is not current version
Last Version 1.0.1

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

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-M3
Type

Type

jar

Download dockerunit-core 1.0.0-M3


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