testingjvm 1.2.5
Group ID:
com.swoval
Artifact ID:
testingjvm_2.12
Version:
1.2.5
Release Date:
Feb 25, 2018
Licenses:
libraryDependencies += "com.swoval" %% "testingjvm" % "1.2.5" resolvers += Resolver.bintrayRepo("eatkins", "swoval")
ivy"com.swoval::testingjvm:1.2.5" MavenRepository("https://dl.bintray.com/eatkins/swoval")
//> using dep "com.swoval::testingjvm:1.2.5"
import $ivy.`com.swoval::testingjvm:1.2.5` import ammonite._, Resolvers._ val res = Resolver.Http( "Bintray eatkins swoval", "Some(https://dl.bintray.com/eatkins/swoval)", IvyPattern, false) interp.resolvers() = interp.resolvers() :+ res
<dependency> <groupId>com.swoval</groupId> <artifactId>testingjvm_2.12</artifactId> <version>1.2.5</version> </dependency>
compile group: 'com.swoval', name: 'testingjvm_2.12', version: '1.2.5'