License |
License
UnboundID SCIM SDK Free Use License
|
---|---|
GroupId | GroupIdcom.unboundid.product.scim |
ArtifactId | ArtifactIdscim-sdk |
Version | Version1.8.25 |
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.25.pom | |
scim-sdk-1.8.25-sources.jar | 274 KB |
scim-sdk-1.8.25-javadoc.jar | 1 MB |
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.25</version>
</dependency>
// https://jarcasting.com/artifacts/com.unboundid.product.scim/scim-sdk/
implementation 'com.unboundid.product.scim:scim-sdk:1.8.25'
// https://jarcasting.com/artifacts/com.unboundid.product.scim/scim-sdk/
implementation ("com.unboundid.product.scim:scim-sdk:1.8.25")
'com.unboundid.product.scim:scim-sdk:jar:1.8.25'
<dependency org="com.unboundid.product.scim" name="scim-sdk" rev="1.8.25">
<artifact name="scim-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.unboundid.product.scim', module='scim-sdk', version='1.8.25')
)
libraryDependencies += "com.unboundid.product.scim" % "scim-sdk" % "1.8.25"
[com.unboundid.product.scim/scim-sdk "1.8.25"]
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 |
org.apache.wink : wink-client-apache-httpclient | jar | 1.4 |
org.glassfish.jersey.connectors : jersey-apache-connector | jar | 2.17 |