containment

Practical container libraries

License

License

GroupId

GroupId

com.github.mike10004
ArtifactId

ArtifactId

containment
Last Version

Last Version

0.6
Release Date

Release Date

Type

Type

pom
Description

Description

containment
Practical container libraries
Project URL

Project URL

https://github.com/mike10004/containment

Download containment

Filename Size
containment-0.6.pom 11 KB
Browse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • containment-core
  • containment-maven-plugin
  • containment-junit4
  • containment-lifecycle
  • containment-api

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