featherbed-circe 0.3.3
Group ID:
com.redbubble
Artifact ID:
featherbed-circe_2.12
Version:
0.3.3
Release Date:
Jan 10, 2018
Licenses:
libraryDependencies += "com.redbubble" %% "featherbed-circe" % "0.3.3" resolvers += Resolver.bintrayRepo("redbubble", "open-source")
ivy"com.redbubble::featherbed-circe:0.3.3" MavenRepository("https://dl.bintray.com/redbubble/open-source")
//> using dep "com.redbubble::featherbed-circe:0.3.3"
import $ivy.`com.redbubble::featherbed-circe:0.3.3` import ammonite._, Resolvers._ val res = Resolver.Http( "Bintray redbubble open-source", "Some(https://dl.bintray.com/redbubble/open-source)", IvyPattern, false) interp.resolvers() = interp.resolvers() :+ res
<dependency> <groupId>com.redbubble</groupId> <artifactId>featherbed-circe_2.12</artifactId> <version>0.3.3</version> </dependency>
compile group: 'com.redbubble', name: 'featherbed-circe_2.12', version: '0.3.3'