mother-docker

A simple Docker orchestrator written in Groovy.

License

License

Categories

Categories

Docker Container Virtualization Tools Other General Purpose Libraries
GroupId

GroupId

com.github.fbertola
ArtifactId

ArtifactId

mother-docker
Last Version

Last Version

1.0.0-Beta3
Release Date

Release Date

Type

Type

jar
Description

Description

mother-docker
A simple Docker orchestrator written in Groovy.
Project URL

Project URL

http://github.com/fbertola/mother-docker

Download mother-docker

How to add to project

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

Dependencies

compile (8)

Group / Artifact Type Version
com.github.rholder : guava-retrying jar 1.0.7
commons-io : commons-io jar 2.4
org.spockframework : spock-core jar 1.0-groovy-2.4
com.spotify : docker-client jar 3.1.3
org.slf4j : slf4j-simple jar 1.7.12
org.apache.commons : commons-lang3 jar 3.4
org.yaml : snakeyaml jar 1.15
org.codehaus.groovy : groovy-all jar 2.3.11

test (1)

Group / Artifact Type Version
postgresql : postgresql jar 9.1-901-1.jdbc4

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0-Beta3
1.0.0-Beta2
1.0.0-Beta1