uowlog-http 1.0.60
Group ID:
org.uowlog
Artifact ID:
uowlog-http_2.11
Version:
1.0.60
Release Date:
Mar 24, 2017
Licenses:
libraryDependencies += "org.uowlog" %% "uowlog-http" % "1.0.60" resolvers += Resolver.bintrayRepo("allencellsoftware", "uowlog")
ivy"org.uowlog::uowlog-http:1.0.60" MavenRepository("https://dl.bintray.com/allencellsoftware/uowlog")
//> using dep "org.uowlog::uowlog-http:1.0.60"
import $ivy.`org.uowlog::uowlog-http:1.0.60` import ammonite._, Resolvers._ val res = Resolver.Http( "Bintray allencellsoftware uowlog", "Some(https://dl.bintray.com/allencellsoftware/uowlog)", IvyPattern, false) interp.resolvers() = interp.resolvers() :+ res
<dependency> <groupId>org.uowlog</groupId> <artifactId>uowlog-http_2.11</artifactId> <version>1.0.60</version> </dependency>
compile group: 'org.uowlog', name: 'uowlog-http_2.11', version: '1.0.60'