scalastm2 1.0.0
Group ID:
com.github.dhorman
Artifact ID:
scalastm2_2.11
Version:
1.0.0
Release Date:
Dec 3, 2016
Licenses:
libraryDependencies += "com.github.dhorman" %% "scalastm2" % "1.0.0" resolvers += Resolver.bintrayRepo("dhorman", "maven")
ivy"com.github.dhorman::scalastm2:1.0.0" MavenRepository("https://dl.bintray.com/dhorman/maven")
//> using dep "com.github.dhorman::scalastm2:1.0.0"
import $ivy.`com.github.dhorman::scalastm2:1.0.0` import ammonite._, Resolvers._ val res = Resolver.Http( "Bintray dhorman maven", "Some(https://dl.bintray.com/dhorman/maven)", IvyPattern, false) interp.resolvers() = interp.resolvers() :+ res
<dependency> <groupId>com.github.dhorman</groupId> <artifactId>scalastm2_2.11</artifactId> <version>1.0.0</version> </dependency>
compile group: 'com.github.dhorman', name: 'scalastm2_2.11', version: '1.0.0'