uowlog-http 1.0.57
Group ID:
org.uowlog
Artifact ID:
uowlog-http_2.11
Version:
1.0.57
Release Date:
Mar 14, 2017
Licenses:
libraryDependencies += "org.uowlog" %% "uowlog-http" % "1.0.57" resolvers += Resolver.bintrayRepo("allencellsoftware", "uowlog")
ivy"org.uowlog::uowlog-http:1.0.57" MavenRepository("https://dl.bintray.com/allencellsoftware/uowlog")
//> using dep "org.uowlog::uowlog-http:1.0.57"
import $ivy.`org.uowlog::uowlog-http:1.0.57` 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.57</version> </dependency>
compile group: 'org.uowlog', name: 'uowlog-http_2.11', version: '1.0.57'