MVN

com.ibm.cloud : alerts

Maven & Gradle

Jul 06, 2023
3 stars

Cloud Internet Services alerts

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

Latest Version

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

  • Latest Stable: 0.33.0

All Versions

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

Version Vulnerabilities Updated
0.33.x
alerts-0.33.0
0.32.x
alerts-0.32.1
alerts-0.32.0
0.31.x
alerts-0.31.1
alerts-0.31.0
0.30.x
alerts-0.30.0
0.29.x
alerts-0.29.0
0.28.x
alerts-0.28.0
0.27.x
alerts-0.27.0
0.26.x
alerts-0.26.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.ibm.cloud</groupId>
    <artifactId>alerts</artifactId>
    <version>0.33.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.ibm.cloud:alerts:0.33.0'

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

implementation("com.ibm.cloud:alerts:0.33.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.ibm.cloud" % "alerts" % "0.33.0"

Advertisement