MVN

com.ibm.cloud : common

Maven & Gradle

Aug 05, 2022
1 stars

IBM Cloud Security & Compliance Center Common Library

<dependency>
    <groupId>com.ibm.cloud</groupId>
    <artifactId>common</artifactId>
    <version>3.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ibm.cloud : common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0

All Versions

Choose a version of com.ibm.cloud : common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
common-3.0.0
2.0.x
common-2.0.1
1.0.x
common-1.0.2
common-1.0.1
common-1.0.0
0.0.x
common-0.0.33
common-0.0.32
common-0.0.31
common-0.0.30
common-0.0.21
common-0.0.20
common-0.0.19
common-0.0.18
common-0.0.16
common-0.0.15
common-0.0.14
common-0.0.13
common-0.0.10
common-0.0.9
common-0.0.8
common-0.0.7
common-0.0.5
common-0.0.4

How to add a dependency to Maven

Add the following com.ibm.cloud : common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ibm.cloud</groupId>
    <artifactId>common</artifactId>
    <version>3.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ibm.cloud : common gradle dependency to your build.gradle file:

implementation 'com.ibm.cloud:common:3.0.0'

Gradle Kotlin DSL: Add the following com.ibm.cloud : common gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ibm.cloud:common:3.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ibm.cloud : common sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ibm.cloud" % "common" % "3.0.0"

Advertisement