Categories |
CategoriesDocker Container Virtualization Tools |
---|---|
GroupId | GroupIdcom.github.dockerunit |
ArtifactId | ArtifactIddockerunit-parent |
Version | Version0.1.1 |
Type | Typepom |
Filename | Size |
---|---|
dockerunit-parent-0.1.1.pom | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dockerunit/dockerunit-parent/ -->
<dependency>
<groupId>com.github.dockerunit</groupId>
<artifactId>dockerunit-parent</artifactId>
<version>0.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.dockerunit/dockerunit-parent/
implementation 'com.github.dockerunit:dockerunit-parent:0.1.1'
// https://jarcasting.com/artifacts/com.github.dockerunit/dockerunit-parent/
implementation ("com.github.dockerunit:dockerunit-parent:0.1.1")
'com.github.dockerunit:dockerunit-parent:pom:0.1.1'
<dependency org="com.github.dockerunit" name="dockerunit-parent" rev="0.1.1">
<artifact name="dockerunit-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.dockerunit', module='dockerunit-parent', version='0.1.1')
)
libraryDependencies += "com.github.dockerunit" % "dockerunit-parent" % "0.1.1"
[com.github.dockerunit/dockerunit-parent "0.1.1"]