MVN

io.fabric8.jube.images.fabric8 : registry

Maven & Gradle

Sep 09, 2015

Registry · [Docker Registry](https://github.com/docker/docker-registry) for hosting local docker images

<dependency>
    <groupId>io.fabric8.jube.images.fabric8</groupId>
    <artifactId>registry</artifactId>
    <version>2.2.23.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.fabric8.jube.images.fabric8 : registry to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.23.1

All Versions

Choose a version of io.fabric8.jube.images.fabric8 : registry to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
registry-2.2.23.1
registry-2.2.19
registry-2.2.18
registry-2.2.17
registry-2.2.16
registry-2.2.15.1
registry-2.2.14
registry-2.2.12
registry-2.2.11
registry-2.2.10
registry-2.2.9.1
registry-2.2.7
registry-2.2.5
registry-2.2.3
registry-2.2.2
registry-2.2.1
registry-2.2.0
2.1.x
registry-2.1.11
registry-2.1.10
registry-2.1.9
registry-2.1.6
registry-2.1.1
2.0.x
registry-2.0.47
registry-2.0.46
registry-2.0.44
registry-2.0.43
registry-2.0.42
registry-2.0.41
registry-2.0.40.1
registry-2.0.40
registry-2.0.39
registry-2.0.38
registry-2.0.37
registry-2.0.36
registry-2.0.35
registry-2.0.34
registry-2.0.33.1
registry-2.0.32
registry-2.0.31
registry-2.0.30
registry-2.0.29
registry-2.0.28.1
registry-2.0.28
registry-2.0.27
registry-2.0.26
registry-2.0.25
registry-2.0.24
registry-2.0.23
registry-2.0.21
registry-2.0.20
registry-2.0.19
registry-2.0.18
registry-2.0.17
registry-2.0.16

How to add a dependency to Maven

Add the following io.fabric8.jube.images.fabric8 : registry maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.fabric8.jube.images.fabric8</groupId>
    <artifactId>registry</artifactId>
    <version>2.2.23.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.fabric8.jube.images.fabric8 : registry gradle dependency to your build.gradle file:

implementation 'io.fabric8.jube.images.fabric8:registry:2.2.23.1'

Gradle Kotlin DSL: Add the following io.fabric8.jube.images.fabric8 : registry gradle kotlin dependency to your build.gradle.kts file:

implementation("io.fabric8.jube.images.fabric8:registry:2.2.23.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.fabric8.jube.images.fabric8 : registry sbt scala dependency to your build.sbt file:

libraryDependencies += "io.fabric8.jube.images.fabric8" % "registry" % "2.2.23.1"