willb / firkin   0.3.0

Apache License 2.0 GitHub

storage, aging, and access for small structured data

Scala versions: 2.10

firkin-client 0.2.1


Group ID:
com.freevariable
Artifact ID:
firkin-client_2.10
Version:
0.2.1
Release Date:
May 21, 2015
Licenses:

libraryDependencies += "com.freevariable" %% "firkin-client" % "0.2.1"
resolvers += Resolver.bintrayRepo("willb", "maven")

Mill build tool

ivy"com.freevariable::firkin-client:0.2.1"
MavenRepository("https://dl.bintray.com/willb/maven")

Scala CLI

//> using dep "com.freevariable::firkin-client:0.2.1"

Ammonite REPL

import $ivy.`com.freevariable::firkin-client:0.2.1`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray willb maven",
  "Some(https://dl.bintray.com/willb/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.freevariable</groupId>
  <artifactId>firkin-client_2.10</artifactId>
  <version>0.2.1</version>
</dependency>

compile group: 'com.freevariable', name: 'firkin-client_2.10', version: '0.2.1'