rjmac / simple-arm   2.3.3

GitHub

A super-simple automatic resource management library for Scala

Scala versions: 2.13 2.12 2.11 2.10

simple-arm 1.2.0


Group ID:
com.rojoma
Artifact ID:
simple-arm_2.12
Version:
1.2.0
Release Date:
Nov 8, 2016
Licenses:

libraryDependencies += "com.rojoma" %% "simple-arm" % "1.2.0"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.rojoma::simple-arm:1.2.0"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.rojoma::simple-arm:1.2.0"

Ammonite REPL

import $ivy.`com.rojoma::simple-arm:1.2.0`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.rojoma</groupId>
  <artifactId>simple-arm_2.12</artifactId>
  <version>1.2.0</version>
</dependency>

compile group: 'com.rojoma', name: 'simple-arm_2.12', version: '1.2.0'