License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.unboundid.product.scim2 |
ArtifactId | ArtifactIdscim2-sdk-client |
Last Version | Last Version2.3.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionUnboundID SCIM2 SDK Client
The UnboundID SCIM2 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://simplecloud.info for more information.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
scim2-sdk-client-2.3.7.pom | |
scim2-sdk-client-2.3.7.jar | 28 KB |
scim2-sdk-client-2.3.7-sources.jar | 25 KB |
scim2-sdk-client-2.3.7-javadoc.jar | 201 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.unboundid.product.scim2/scim2-sdk-client/ -->
<dependency>
<groupId>com.unboundid.product.scim2</groupId>
<artifactId>scim2-sdk-client</artifactId>
<version>2.3.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.unboundid.product.scim2/scim2-sdk-client/
implementation 'com.unboundid.product.scim2:scim2-sdk-client:2.3.7'
// https://jarcasting.com/artifacts/com.unboundid.product.scim2/scim2-sdk-client/
implementation ("com.unboundid.product.scim2:scim2-sdk-client:2.3.7")
'com.unboundid.product.scim2:scim2-sdk-client:jar:2.3.7'
<dependency org="com.unboundid.product.scim2" name="scim2-sdk-client" rev="2.3.7">
<artifact name="scim2-sdk-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.unboundid.product.scim2', module='scim2-sdk-client', version='2.3.7')
)
libraryDependencies += "com.unboundid.product.scim2" % "scim2-sdk-client" % "2.3.7"
[com.unboundid.product.scim2/scim2-sdk-client "2.3.7"]
Group / Artifact | Type | Version |
---|---|---|
com.unboundid.product.scim2 : scim2-sdk-common | jar | 2.3.7 |
com.fasterxml.jackson.core : jackson-core | jar | 2.10.2 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.10.5.1 |
com.fasterxml.jackson.jaxrs : jackson-jaxrs-json-provider | jar | 2.10.2 |
Group / Artifact | Type | Version |
---|---|---|
javax.ws.rs : javax.ws.rs-api | jar | 2.0.1 |