MVN

io.fabric8.jube.images.fabric8 : apiman-console

Maven & Gradle

Feb 03, 2015

ApiMan Console · ApiMan deployed to JBoss Wildfly-8.2.0.Final

<dependency>
    <groupId>io.fabric8.jube.images.fabric8</groupId>
    <artifactId>apiman-console</artifactId>
    <version>2.0.25</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.0.25

All Versions

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

Version Vulnerabilities Updated
2.0.x
apiman-console-2.0.25
apiman-console-2.0.24
apiman-console-2.0.23
apiman-console-2.0.21
apiman-console-2.0.20
apiman-console-2.0.19
apiman-console-2.0.18
apiman-console-2.0.17
apiman-console-2.0.16

How to add a dependency to Maven

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

<dependency>
    <groupId>io.fabric8.jube.images.fabric8</groupId>
    <artifactId>apiman-console</artifactId>
    <version>2.0.25</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.fabric8.jube.images.fabric8:apiman-console:2.0.25'

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

implementation("io.fabric8.jube.images.fabric8:apiman-console:2.0.25")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.fabric8.jube.images.fabric8" % "apiman-console" % "2.0.25"