License |
License
UnboundID SCIM SDK Free Use License
|
---|---|
GroupId | GroupIdcom.unboundid.product.scim |
ArtifactId | ArtifactIdscim-sdk |
Last Version | Last Version1.8.26 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionUnboundID SCIM SDK
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.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
scim-sdk-1.8.26.pom | |
scim-sdk-1.8.26.jar | 184 KB |
scim-sdk-1.8.26-sources.jar | 144 KB |
scim-sdk-1.8.26-javadoc.jar | 840 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.unboundid.product.scim/scim-sdk/ -->
<dependency>
<groupId>com.unboundid.product.scim</groupId>
<artifactId>scim-sdk</artifactId>
<version>1.8.26</version>
</dependency>
// https://jarcasting.com/artifacts/com.unboundid.product.scim/scim-sdk/
implementation 'com.unboundid.product.scim:scim-sdk:1.8.26'
// https://jarcasting.com/artifacts/com.unboundid.product.scim/scim-sdk/
implementation ("com.unboundid.product.scim:scim-sdk:1.8.26")
'com.unboundid.product.scim:scim-sdk:jar:1.8.26'
<dependency org="com.unboundid.product.scim" name="scim-sdk" rev="1.8.26">
<artifact name="scim-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.unboundid.product.scim', module='scim-sdk', version='1.8.26')
)
libraryDependencies += "com.unboundid.product.scim" % "scim-sdk" % "1.8.26"
[com.unboundid.product.scim/scim-sdk "1.8.26"]
Group / Artifact | Type | Version |
---|---|---|
com.unboundid.components : json | jar | 1.0.0 |
org.mortbay.jetty : servlet-api | jar | 3.0.20100224 |
org.apache.httpcomponents : httpclient | jar | 4.5.13 |
org.apache.wink : wink-client-apache-httpclient | jar | 1.4 |
org.glassfish.jersey.connectors : jersey-apache-connector | jar | 2.17 |