MVN

com.sap.cp.cf.dim : dim-client-java

Maven & Gradle

Jun 18, 2024

Decentralized Identity Management Java Client · Java client for using SAP BTP Decentralized Identity Management

<dependency>
    <groupId>com.sap.cp.cf.dim</groupId>
    <artifactId>dim-client-java</artifactId>
    <version>2.8.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sap.cp.cf.dim : dim-client-java to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.8.2

All Versions

Choose a version of com.sap.cp.cf.dim : dim-client-java to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.8.x
dim-client-java-2.8.2

How to add a dependency to Maven

Add the following com.sap.cp.cf.dim : dim-client-java maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sap.cp.cf.dim</groupId>
    <artifactId>dim-client-java</artifactId>
    <version>2.8.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sap.cp.cf.dim : dim-client-java gradle dependency to your build.gradle file:

implementation 'com.sap.cp.cf.dim:dim-client-java:2.8.2'

Gradle Kotlin DSL: Add the following com.sap.cp.cf.dim : dim-client-java gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sap.cp.cf.dim:dim-client-java:2.8.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sap.cp.cf.dim : dim-client-java sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sap.cp.cf.dim" % "dim-client-java" % "2.8.2"