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-api |
| Last Version | Last Version0.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionPractical container libraries
|
| Filename | Size |
|---|---|
| containment-api-0.6.pom | |
| containment-api-0.6.jar | 69 KB |
| containment-api-0.6-sources.jar | 34 KB |
| containment-api-0.6-javadoc.jar | 563 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mike10004/containment-api/ -->
<dependency>
<groupId>com.github.mike10004</groupId>
<artifactId>containment-api</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mike10004/containment-api/
implementation 'com.github.mike10004:containment-api:0.6'
// https://jarcasting.com/artifacts/com.github.mike10004/containment-api/
implementation ("com.github.mike10004:containment-api:0.6")
'com.github.mike10004:containment-api:jar:0.6'
<dependency org="com.github.mike10004" name="containment-api" rev="0.6">
<artifact name="containment-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mike10004', module='containment-api', version='0.6')
)
libraryDependencies += "com.github.mike10004" % "containment-api" % "0.6"
[com.github.mike10004/containment-api "0.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 29.0-jre |
| org.apache.commons : commons-lang3 | jar | 3.9 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| org.apache.commons : commons-text | jar | 1.8 |
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: