| License |
License |
|---|---|
| GroupId | GroupIdio.brachu |
| ArtifactId | ArtifactIdjohann |
| Version | Version1.3.0 |
| Type | Typejar |
| Description |
Descriptionio.brachu:johann
Johann is a simple Java library that communicates with docker-compose CLI.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| johann-1.3.0.pom | |
| johann-1.3.0.jar | 51 KB |
| johann-1.3.0-sources.jar | 24 KB |
| johann-1.3.0-javadoc.jar | 161 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.brachu/johann/ -->
<dependency>
<groupId>io.brachu</groupId>
<artifactId>johann</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.brachu/johann/
implementation 'io.brachu:johann:1.3.0'
// https://jarcasting.com/artifacts/io.brachu/johann/
implementation ("io.brachu:johann:1.3.0")
'io.brachu:johann:jar:1.3.0'
<dependency org="io.brachu" name="johann" rev="1.3.0">
<artifact name="johann" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.brachu', module='johann', version='1.3.0')
)
libraryDependencies += "io.brachu" % "johann" % "1.3.0"
[io.brachu/johann "1.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.30 |
| commons-io : commons-io | jar | 2.6 |
| org.apache.commons : commons-lang3 | jar | 3.10 |
| org.apache.commons : commons-text | jar | 1.8 |
| org.awaitility : awaitility | jar | 4.0.2 |
| com.spotify : docker-client | jar | 8.16.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.findbugs : jsr305 | jar | 3.0.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.2.3 |
| ch.qos.logback : logback-core | jar | 1.2.3 |
| junit : junit | jar | 4.12 |
| org.spockframework : spock-core | jar | 1.3-groovy-2.5 |