containment
Practical libraries that help you use Docker containers in Java.
Build
Building these artifacts requires that Docker is installed and that these images have already been pulled:
- busybox:latest
- alpine:3.10.3
- httpd:2.4
- mariadb:10.4
License |
License |
---|---|
GroupId | GroupIdcom.github.mike10004 |
ArtifactId | ArtifactIdcontainment-core |
Last Version | Last Version0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPractical container libraries
|
Filename | Size |
---|---|
containment-core-0.6.pom | |
containment-core-0.6.jar | 58 KB |
containment-core-0.6-sources.jar | 24 KB |
containment-core-0.6-javadoc.jar | 503 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mike10004/containment-core/ -->
<dependency>
<groupId>com.github.mike10004</groupId>
<artifactId>containment-core</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mike10004/containment-core/
implementation 'com.github.mike10004:containment-core:0.6'
// https://jarcasting.com/artifacts/com.github.mike10004/containment-core/
implementation ("com.github.mike10004:containment-core:0.6")
'com.github.mike10004:containment-core:jar:0.6'
<dependency org="com.github.mike10004" name="containment-core" rev="0.6">
<artifact name="containment-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mike10004', module='containment-core', version='0.6')
)
libraryDependencies += "com.github.mike10004" % "containment-core" % "0.6"
[com.github.mike10004/containment-core "0.6"]
Group / Artifact | Type | Version |
---|---|---|
com.github.mike10004 : containment-api | jar | 0.6 |
com.github.mike10004 : subprocess | jar | 0.4 |
org.apache.commons : commons-lang3 | jar | 3.9 |
com.github.docker-java : docker-java-api | jar | 3.2.5 |
com.github.docker-java : docker-java-core | jar | 3.2.5 |
com.github.docker-java : docker-java-transport-jersey | jar | 3.2.5 |
org.apache.commons : commons-text | jar | 1.8 |
Group / Artifact | Type | Version |
---|---|---|
javax.activation : activation | jar | 1.1.1 |
commons-logging : commons-logging | jar | 1.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.slf4j : slf4j-jdk14 | jar | 1.7.30 |
com.github.mike10004 : nitsick-core | jar | 0.3 |
org.mariadb.jdbc : mariadb-java-client | jar | 2.4.4 |
org.easymock : easymock | jar | 4.0.2 |
Practical libraries that help you use Docker containers in Java.
Building these artifacts requires that Docker is installed and that these images have already been pulled: