| License |
License |
|---|---|
| Categories |
CategoriesDocker Container Virtualization Tools Other General Purpose Libraries |
| GroupId | GroupIdcom.github.fbertola |
| ArtifactId | ArtifactIdmother-docker |
| Version | Version1.0.0-Beta3 |
| Type | Typejar |
| Description |
Descriptionmother-docker
A simple Docker orchestrator written in Groovy.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| mother-docker-1.0.0-Beta3.pom | |
| mother-docker-1.0.0-Beta3.jar | 226 KB |
| mother-docker-1.0.0-Beta3-sources.jar | 16 KB |
| mother-docker-1.0.0-Beta3-javadoc.jar | 364 bytes |
| Browse |
<!-- 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"]
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| postgresql : postgresql | jar | 9.1-901-1.jdbc4 |