docker-testkit-scalatest 0.7.0-RC3


Group ID:
com.whisk
Artifact ID:
docker-testkit-scalatest_2.11
Version:
0.7.0-RC3
Release Date:
Apr 29, 2016
Licenses:
MIT

libraryDependencies += "com.whisk" %% "docker-testkit-scalatest" % "0.7.0-RC3"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.whisk::docker-testkit-scalatest:0.7.0-RC3"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.whisk::docker-testkit-scalatest:0.7.0-RC3"

Ammonite REPL

import $ivy.`com.whisk::docker-testkit-scalatest:0.7.0-RC3`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.whisk</groupId>
  <artifactId>docker-testkit-scalatest_2.11</artifactId>
  <version>0.7.0-RC3</version>
</dependency>

compile group: 'com.whisk', name: 'docker-testkit-scalatest_2.11', version: '0.7.0-RC3'