spray-json-shapeless-acjay 1.2.1
Group ID:
com.github.acjay
Artifact ID:
spray-json-shapeless-acjay_2.11
Version:
1.2.1
Release Date:
Jun 7, 2016
Licenses:
libraryDependencies += "com.github.acjay" %% "spray-json-shapeless-acjay" % "1.2.1" resolvers += Resolver.bintrayRepo("acjay", "maven")
ivy"com.github.acjay::spray-json-shapeless-acjay:1.2.1" MavenRepository("https://dl.bintray.com/acjay/maven")
//> using dep "com.github.acjay::spray-json-shapeless-acjay:1.2.1"
import $ivy.`com.github.acjay::spray-json-shapeless-acjay:1.2.1` import ammonite._, Resolvers._ val res = Resolver.Http( "Bintray acjay maven", "Some(https://dl.bintray.com/acjay/maven)", IvyPattern, false) interp.resolvers() = interp.resolvers() :+ res
<dependency> <groupId>com.github.acjay</groupId> <artifactId>spray-json-shapeless-acjay_2.11</artifactId> <version>1.2.1</version> </dependency>
compile group: 'com.github.acjay', name: 'spray-json-shapeless-acjay_2.11', version: '1.2.1'