is not current version
Last Version 1.8.26

com.unboundid.product.scim:scim-sdk 1.8.22

The UnboundID SCIM SDK is a library that may be used to interact with various types of SCIM-enabled endpoints (such as the UnboundID server products) to perform lightweight, cloud-based identity management via the SCIM Protocol. See http://www.simplecloud.info for more information.

GroupId

GroupId

com.unboundid.product.scim
ArtifactId

ArtifactId

scim-sdk
Version

Version

1.8.22
Type

Type

jar

Download scim-sdk 1.8.22


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