Categories |
CategoriesDocker Container Virtualization Tools |
---|---|
GroupId | GroupIdcom.whisk |
ArtifactId | ArtifactIddocker-testkit-specs2_2.11 |
Version | Version0.9.0-M4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.whisk/docker-testkit-specs2_2.11/ -->
<dependency>
<groupId>com.whisk</groupId>
<artifactId>docker-testkit-specs2_2.11</artifactId>
<version>0.9.0-M4</version>
</dependency>
// https://jarcasting.com/artifacts/com.whisk/docker-testkit-specs2_2.11/
implementation 'com.whisk:docker-testkit-specs2_2.11:0.9.0-M4'
// https://jarcasting.com/artifacts/com.whisk/docker-testkit-specs2_2.11/
implementation ("com.whisk:docker-testkit-specs2_2.11:0.9.0-M4")
'com.whisk:docker-testkit-specs2_2.11:jar:0.9.0-M4'
<dependency org="com.whisk" name="docker-testkit-specs2_2.11" rev="0.9.0-M4">
<artifact name="docker-testkit-specs2_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.whisk', module='docker-testkit-specs2_2.11', version='0.9.0-M4')
)
libraryDependencies += "com.whisk" % "docker-testkit-specs2_2.11" % "0.9.0-M4"
[com.whisk/docker-testkit-specs2_2.11 "0.9.0-M4"]