MVN

io.fabric8.jube.images.fabric8 : api-registry

Maven & Gradle

Sep 09, 2015
1 usages

API Registry · Provides a global view of all APIs in the Kubernetes environment

<dependency>
    <groupId>io.fabric8.jube.images.fabric8</groupId>
    <artifactId>api-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 : api-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 : api-registry to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

<dependency>
    <groupId>io.fabric8.jube.images.fabric8</groupId>
    <artifactId>api-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 : api-registry gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement