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.1.2


Group ID:
com.freevariable
Artifact ID:
firkin-client_2.10
Version:
0.1.2
Release Date:
Feb 4, 2015
Licenses:

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

import $ivy.`com.freevariable::firkin-client:0.1.2`
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.1.2</version>
</dependency>

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