is not current version
Last Version 0.2.0

com.github.dockerunit:dockerunit-parent 0.1.0

Parent POM for dockerunit modules

Categories

Categories

Docker Container Virtualization Tools
GroupId

GroupId

com.github.dockerunit
ArtifactId

ArtifactId

dockerunit-parent
Version

Version

0.1.0
Type

Type

pom

Download dockerunit-parent 0.1.0


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