testng-interface 4.0.0-M3
Group ID:
io.github.soc
Artifact ID:
testng-interface_2.10
Version:
4.0.0-M3
Release Date:
Nov 15, 2016
Licenses:
libraryDependencies += "io.github.soc" %% "testng-interface" % "4.0.0-M3" resolvers += Resolver.bintrayJCenter
ivy"io.github.soc::testng-interface:4.0.0-M3" MavenRepository("https://jcenter.bintray.com")
//> using dep "io.github.soc::testng-interface:4.0.0-M3"
import $ivy.`io.github.soc::testng-interface:4.0.0-M3` import ammonite._, Resolvers._ val res = Resolver.Http( "Bintray's JCenter", "Some(https://jcenter.bintray.com)", IvyPattern, false) interp.resolvers() = interp.resolvers() :+ res
<dependency> <groupId>io.github.soc</groupId> <artifactId>testng-interface_2.10</artifactId> <version>4.0.0-M3</version> </dependency>
compile group: 'io.github.soc', name: 'testng-interface_2.10', version: '4.0.0-M3'