is not current version
Last Version 1.0.1

com.github.qzagarese:dockerunit-core 1.0.0-M2

Java Framework for testing of dockerised applications and services. Core package

Categories

Categories

Docker Container Virtualization Tools
GroupId

GroupId

com.github.qzagarese
ArtifactId

ArtifactId

dockerunit-core
Version

Version

1.0.0-M2
Type

Type

jar

Download dockerunit-core 1.0.0-M2


<!-- https://jarcasting.com/artifacts/com.github.qzagarese/dockerunit-core/ -->
<dependency>
    <groupId>com.github.qzagarese</groupId>
    <artifactId>dockerunit-core</artifactId>
    <version>1.0.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.qzagarese/dockerunit-core/
implementation 'com.github.qzagarese:dockerunit-core:1.0.0-M2'
// https://jarcasting.com/artifacts/com.github.qzagarese/dockerunit-core/
implementation ("com.github.qzagarese:dockerunit-core:1.0.0-M2")
'com.github.qzagarese:dockerunit-core:jar:1.0.0-M2'
<dependency org="com.github.qzagarese" name="dockerunit-core" rev="1.0.0-M2">
  <artifact name="dockerunit-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.qzagarese', module='dockerunit-core', version='1.0.0-M2')
)
libraryDependencies += "com.github.qzagarese" % "dockerunit-core" % "1.0.0-M2"
[com.github.qzagarese/dockerunit-core "1.0.0-M2"]