play-util 0.6.5-M1
Group ID:
com.github.stonexx
Artifact ID:
play-util_2.11
Version:
0.6.5-M1
Release Date:
Sept 20, 2016
Licenses:
libraryDependencies += "com.github.stonexx" %% "play-util" % "0.6.5-M1" resolvers += Resolver.bintrayRepo("stonexx", "maven")
ivy"com.github.stonexx::play-util:0.6.5-M1" MavenRepository("https://dl.bintray.com/stonexx/maven")
//> using dep "com.github.stonexx::play-util:0.6.5-M1"
import $ivy.`com.github.stonexx::play-util:0.6.5-M1` import ammonite._, Resolvers._ val res = Resolver.Http( "Bintray stonexx maven", "Some(https://dl.bintray.com/stonexx/maven)", IvyPattern, false) interp.resolvers() = interp.resolvers() :+ res
<dependency> <groupId>com.github.stonexx</groupId> <artifactId>play-util_2.11</artifactId> <version>0.6.5-M1</version> </dependency>
compile group: 'com.github.stonexx', name: 'play-util_2.11', version: '0.6.5-M1'