is not current version
Last Version 1.0.0-Beta3

com.github.fbertola:mother-docker 1.0.0-Beta2

A simple Docker orchestrator written in Groovy.

Categories

Categories

Docker Container Virtualization Tools Other General Purpose Libraries
GroupId

GroupId

com.github.fbertola
ArtifactId

ArtifactId

mother-docker
Version

Version

1.0.0-Beta2
Type

Type

jar

Download mother-docker 1.0.0-Beta2


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