MVN

io.openshift : booster-catalog-service

Maven & Gradle

Jan 30, 2018
1 usages
2 stars
<dependency>
    <groupId>io.openshift</groupId>
    <artifactId>booster-catalog-service</artifactId>
    <version>19</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.openshift : booster-catalog-service to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 19

All Versions

Choose a version of io.openshift : booster-catalog-service to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
19
booster-catalog-service-19
18
booster-catalog-service-18
17
booster-catalog-service-17
16
booster-catalog-service-16
15
booster-catalog-service-15
14
booster-catalog-service-14
13
booster-catalog-service-13
12
booster-catalog-service-12
11
booster-catalog-service-11
10
booster-catalog-service-10
9
booster-catalog-service-9
8
booster-catalog-service-8
7
booster-catalog-service-7
6
booster-catalog-service-6
5
booster-catalog-service-5
4
booster-catalog-service-4
3
booster-catalog-service-3
2
booster-catalog-service-2
1
booster-catalog-service-1

How to add a dependency to Maven

Add the following io.openshift : booster-catalog-service maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.openshift</groupId>
    <artifactId>booster-catalog-service</artifactId>
    <version>19</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.openshift : booster-catalog-service gradle dependency to your build.gradle file:

implementation 'io.openshift:booster-catalog-service:19'

Gradle Kotlin DSL: Add the following io.openshift : booster-catalog-service gradle kotlin dependency to your build.gradle.kts file:

implementation("io.openshift:booster-catalog-service:19")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.openshift : booster-catalog-service sbt scala dependency to your build.sbt file:

libraryDependencies += "io.openshift" % "booster-catalog-service" % "19"