MVN

com.sap.cloud.instancemanager : util

Maven & Gradle

Sep 13, 2022
2 usages

Instance Manager Utils · Shared utility classes for use by the instance manager, as well as by the client library

<dependency>
    <groupId>com.sap.cloud.instancemanager</groupId>
    <artifactId>util</artifactId>
    <version>2.0.28</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sap.cloud.instancemanager : util to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.28

All Versions

Choose a version of com.sap.cloud.instancemanager : util to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
util-2.0.28
util-2.0.26
util-2.0.13
util-2.0.7
util-2.0.6
util-2.0.5
util-2.0.3
util-2.0.2
util-2.0.1
1.99.x
util-1.99.9
util-1.99.8
util-1.99.7
util-1.99.4
1.17.x
util-1.17.2
1.16.x
util-1.16.3
1.14.x
util-1.14.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.sap.cloud.instancemanager</groupId>
    <artifactId>util</artifactId>
    <version>2.0.28</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sap.cloud.instancemanager : util gradle dependency to your build.gradle file:

implementation 'com.sap.cloud.instancemanager:util:2.0.28'

Gradle Kotlin DSL: Add the following com.sap.cloud.instancemanager : util gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sap.cloud.instancemanager:util:2.0.28")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sap.cloud.instancemanager : util sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sap.cloud.instancemanager" % "util" % "2.0.28"

Advertisement