MVN

org.voovan : JDocker

Maven & Gradle

Jun 01, 2017

JDocker · By encapsulating the Docker API enables developers to use Java can quickly developed the control and operation of the Docker application, using streaming operation, simple and clear.

<dependency>
    <groupId>org.voovan</groupId>
    <artifactId>JDocker</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.voovan : JDocker to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2
  • Latest Release Candidate: 1.0-rc-1
  • Latest Beta: 1.0-beta-2

All Versions

Choose a version of org.voovan : JDocker to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
JDocker-1.0.2
1.0
JDocker-1.0
JDocker-1.0-rc-1
JDocker-1.0-beta-2
JDocker-1.0-beta-1

How to add a dependency to Maven

Add the following org.voovan : JDocker maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.voovan</groupId>
    <artifactId>JDocker</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.voovan : JDocker gradle dependency to your build.gradle file:

implementation 'org.voovan:JDocker:1.0.2'

Gradle Kotlin DSL: Add the following org.voovan : JDocker gradle kotlin dependency to your build.gradle.kts file:

implementation("org.voovan:JDocker:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.voovan : JDocker sbt scala dependency to your build.sbt file:

libraryDependencies += "org.voovan" % "JDocker" % "1.0.2"