MVN

com.unboundid.product.scim : scim-ldap

Maven & Gradle

Sep 08, 2021
37 stars

UnboundID SCIM-LDAP · The UnboundID SCIM-LDAP module builds on the UnboundID SCIM-SDK to provide classes that map SCIM resources to LDAP entries and vice versa. It also contains several APIs that may be used to implement custom behaviors for the mapping configuration file to extend its capabilities above and beyond those provided out of the box. Each extension type varies in the amount of control the implementation has over the mapping process and the amount of effort required for implementation.

<dependency>
    <groupId>com.unboundid.product.scim</groupId>
    <artifactId>scim-ldap</artifactId>
    <version>1.8.26</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.unboundid.product.scim : scim-ldap to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.26

All Versions

Choose a version of com.unboundid.product.scim : scim-ldap to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
scim-ldap-1.8.26
scim-ldap-1.8.25
scim-ldap-1.8.24
scim-ldap-1.8.23
scim-ldap-1.8.22
scim-ldap-1.8.21
scim-ldap-1.8.20
scim-ldap-1.8.19
scim-ldap-1.8.18
scim-ldap-1.8.16
scim-ldap-1.8.15
scim-ldap-1.8.14
scim-ldap-1.8.13
scim-ldap-1.8.12
scim-ldap-1.8.11
scim-ldap-1.8.9
scim-ldap-1.8.8
scim-ldap-1.8.2
scim-ldap-1.8.1
scim-ldap-1.8.0
1.7.x
scim-ldap-1.7.1
1.6.x
scim-ldap-1.6.0
1.5.x
scim-ldap-1.5.0
1.3.x
scim-ldap-1.3.2
scim-ldap-1.3.0
1.2.x
scim-ldap-1.2.0
1.1.x
scim-ldap-1.1.1
scim-ldap-1.1.0
1.0.x
scim-ldap-1.0.0

How to add a dependency to Maven

Add the following com.unboundid.product.scim : scim-ldap maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.unboundid.product.scim</groupId>
    <artifactId>scim-ldap</artifactId>
    <version>1.8.26</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.unboundid.product.scim : scim-ldap gradle dependency to your build.gradle file:

implementation 'com.unboundid.product.scim:scim-ldap:1.8.26'

Gradle Kotlin DSL: Add the following com.unboundid.product.scim : scim-ldap gradle kotlin dependency to your build.gradle.kts file:

implementation("com.unboundid.product.scim:scim-ldap:1.8.26")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.unboundid.product.scim : scim-ldap sbt scala dependency to your build.sbt file:

libraryDependencies += "com.unboundid.product.scim" % "scim-ldap" % "1.8.26"

Advertisement