com.github.mike10004:containment-lifecycle

Practical container libraries

License

License

GroupId

GroupId

com.github.mike10004
ArtifactId

ArtifactId

containment-lifecycle
Last Version

Last Version

0.6
Release Date

Release Date

Type

Type

jar
Description

Description

Practical container libraries

Download containment-lifecycle

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 3.0.1
com.github.mike10004 : containment-core jar 0.6

test (2)

Group / Artifact Type Version
junit : junit jar 4.13.1
org.slf4j : slf4j-jdk14 jar 1.7.30

Project Modules

There are no modules declared in this project.

Travis build status Maven Central

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

Versions

Version
0.6
0.5
0.4
0.3