MVN

io.fabric8.ipaas.platform.packages : app-catalog

Maven & Gradle

Dec 07, 2016
2 usages

iPaaS :: Platform :: Packages :: App Catalog

<dependency>
    <groupId>io.fabric8.ipaas.platform.packages</groupId>
    <artifactId>app-catalog</artifactId>
    <version>1.0.32</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.fabric8.ipaas.platform.packages : app-catalog to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.32

All Versions

Choose a version of io.fabric8.ipaas.platform.packages : app-catalog to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
app-catalog-1.0.32
app-catalog-1.0.31
app-catalog-1.0.29
app-catalog-1.0.28
app-catalog-1.0.27
app-catalog-1.0.26
app-catalog-1.0.25
app-catalog-1.0.24
app-catalog-1.0.23
app-catalog-1.0.22
app-catalog-1.0.21
app-catalog-1.0.20
app-catalog-1.0.19
app-catalog-1.0.18
app-catalog-1.0.17
app-catalog-1.0.15
app-catalog-1.0.14
app-catalog-1.0.1
app-catalog-1.0.0
0.0.x
app-catalog-0.0.1

How to add a dependency to Maven

Add the following io.fabric8.ipaas.platform.packages : app-catalog maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.fabric8.ipaas.platform.packages</groupId>
    <artifactId>app-catalog</artifactId>
    <version>1.0.32</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.fabric8.ipaas.platform.packages : app-catalog gradle dependency to your build.gradle file:

implementation 'io.fabric8.ipaas.platform.packages:app-catalog:1.0.32'

Gradle Kotlin DSL: Add the following io.fabric8.ipaas.platform.packages : app-catalog gradle kotlin dependency to your build.gradle.kts file:

implementation("io.fabric8.ipaas.platform.packages:app-catalog:1.0.32")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.fabric8.ipaas.platform.packages : app-catalog sbt scala dependency to your build.sbt file:

libraryDependencies += "io.fabric8.ipaas.platform.packages" % "app-catalog" % "1.0.32"