is not current version
Last Version 1.8.26

com.unboundid.product.scim:scim-ldap 1.1.0

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.

GroupId

GroupId

com.unboundid.product.scim
ArtifactId

ArtifactId

scim-ldap
Version

Version

1.1.0
Type

Type

jar

Download scim-ldap 1.1.0


<!-- https://jarcasting.com/artifacts/com.unboundid.product.scim/scim-ldap/ -->
<dependency>
    <groupId>com.unboundid.product.scim</groupId>
    <artifactId>scim-ldap</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.unboundid.product.scim/scim-ldap/
implementation 'com.unboundid.product.scim:scim-ldap:1.1.0'
// https://jarcasting.com/artifacts/com.unboundid.product.scim/scim-ldap/
implementation ("com.unboundid.product.scim:scim-ldap:1.1.0")
'com.unboundid.product.scim:scim-ldap:jar:1.1.0'
<dependency org="com.unboundid.product.scim" name="scim-ldap" rev="1.1.0">
  <artifact name="scim-ldap" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.unboundid.product.scim', module='scim-ldap', version='1.1.0')
)
libraryDependencies += "com.unboundid.product.scim" % "scim-ldap" % "1.1.0"
[com.unboundid.product.scim/scim-ldap "1.1.0"]