MVN

org.eclipse.che.infrastructure.docker : infrastructure-docker

Maven & Gradle

Dec 05, 2019
2 usages
6.5k stars

Infrastructure :: Docker

<dependency>
    <groupId>org.eclipse.che.infrastructure.docker</groupId>
    <artifactId>infrastructure-docker</artifactId>
    <version>7.3.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.che.infrastructure.docker : infrastructure-docker to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.3.3
  • Latest Release Candidate: 7.0.0-rc-4.0
  • Latest Beta: 7.0.0-beta-5.0

All Versions

Choose a version of org.eclipse.che.infrastructure.docker : infrastructure-docker to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.3.x
infrastructure-docker-7.3.3
infrastructure-docker-7.3.2
infrastructure-docker-7.3.1
infrastructure-docker-7.3.0
7.2.x
infrastructure-docker-7.2.0
7.1.x
infrastructure-docker-7.1.0
7.0.x
infrastructure-docker-7.0.0
infrastructure-docker-7.0.0-rc-4.0
infrastructure-docker-7.0.0-rc-3.0
infrastructure-docker-7.0.0-RC-1.1
infrastructure-docker-7.0.0-RC-2.0
infrastructure-docker-7.0.0-RC-1.0
infrastructure-docker-7.0.0-beta-5.0
infrastructure-docker-7.0.0-beta-4.0
infrastructure-docker-7.0.0-beta-3.0
infrastructure-docker-7.0.0-beta-2.0
infrastructure-docker-7.0.0-beta-1.0
6.19.x
infrastructure-docker-6.19.6
infrastructure-docker-6.19.5
infrastructure-docker-6.19.4
infrastructure-docker-6.19.3
infrastructure-docker-6.19.2
infrastructure-docker-6.19.1
infrastructure-docker-6.19.0
6.18.x
infrastructure-docker-6.18.2
infrastructure-docker-6.18.1
infrastructure-docker-6.18.0
6.17.x
infrastructure-docker-6.17.1
infrastructure-docker-6.17.0
6.16.x
infrastructure-docker-6.16.0
6.15.x
infrastructure-docker-6.15.0
6.14.x
infrastructure-docker-6.14.2
infrastructure-docker-6.14.1
infrastructure-docker-6.14.0
6.13.x
infrastructure-docker-6.13.1
infrastructure-docker-6.13.0
6.12.x
infrastructure-docker-6.12.2
infrastructure-docker-6.12.1
infrastructure-docker-6.12.0
6.11.x
infrastructure-docker-6.11.1
infrastructure-docker-6.11.0
6.10.x
infrastructure-docker-6.10.0

How to add a dependency to Maven

Add the following org.eclipse.che.infrastructure.docker : infrastructure-docker maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.eclipse.che.infrastructure.docker</groupId>
    <artifactId>infrastructure-docker</artifactId>
    <version>7.3.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.che.infrastructure.docker : infrastructure-docker gradle dependency to your build.gradle file:

implementation 'org.eclipse.che.infrastructure.docker:infrastructure-docker:7.3.3'

Gradle Kotlin DSL: Add the following org.eclipse.che.infrastructure.docker : infrastructure-docker gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.che.infrastructure.docker:infrastructure-docker:7.3.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.che.infrastructure.docker : infrastructure-docker sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.che.infrastructure.docker" % "infrastructure-docker" % "7.3.3"

Advertisement