MVN

io.fabric8.ipaas.apps : api-registry

Maven & Gradle

Feb 20, 2016
1 usages

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

<dependency>
    <groupId>io.fabric8.ipaas.apps</groupId>
    <artifactId>api-registry</artifactId>
    <version>2.2.93</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.fabric8.ipaas.apps : api-registry to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.93

All Versions

Choose a version of io.fabric8.ipaas.apps : api-registry to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
api-registry-2.3.0
2.2.x
api-registry-2.2.93
api-registry-2.2.92
api-registry-2.2.91
api-registry-2.2.90
api-registry-2.2.89
api-registry-2.2.88
api-registry-2.2.87
api-registry-2.2.86
api-registry-2.2.85
api-registry-2.2.84
api-registry-2.2.83
api-registry-2.2.82
api-registry-2.2.81
api-registry-2.2.80
api-registry-2.2.79
api-registry-2.2.78
api-registry-2.2.77
api-registry-2.2.76
api-registry-2.2.75
api-registry-2.2.74
api-registry-2.2.73
api-registry-2.2.72
api-registry-2.2.71
api-registry-2.2.70
api-registry-2.2.69
api-registry-2.2.68
api-registry-2.2.67
api-registry-2.2.66
api-registry-2.2.65
api-registry-2.2.64
api-registry-2.2.63
api-registry-2.2.62
api-registry-2.2.61
api-registry-2.2.60
api-registry-2.2.59
api-registry-2.2.58
api-registry-2.2.57
api-registry-2.2.56
api-registry-2.2.55
api-registry-2.2.54
api-registry-2.2.53
api-registry-2.2.52
api-registry-2.2.51
api-registry-2.2.50
api-registry-2.2.49
api-registry-2.2.48
api-registry-2.2.47
api-registry-2.2.46
api-registry-2.2.44
api-registry-2.2.43
api-registry-2.2.42
api-registry-2.2.41
api-registry-2.2.40
api-registry-2.2.39
api-registry-2.2.38
api-registry-2.2.37
api-registry-2.2.35
api-registry-2.2.34
api-registry-2.2.33
api-registry-2.2.32
api-registry-2.2.31

How to add a dependency to Maven

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

<dependency>
    <groupId>io.fabric8.ipaas.apps</groupId>
    <artifactId>api-registry</artifactId>
    <version>2.2.93</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.fabric8.ipaas.apps : api-registry gradle dependency to your build.gradle file:

implementation 'io.fabric8.ipaas.apps:api-registry:2.2.93'

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

implementation("io.fabric8.ipaas.apps:api-registry:2.2.93")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.fabric8.ipaas.apps" % "api-registry" % "2.2.93"

Advertisement