Download scim2-sdk-client-2.0.3.jar file - Jar s

Jar examples for s:scim2-sdk-client

Description

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.

You can download jar file scim2-sdk-client 2.0.3 in this page.

License

GNU General Public License version 2 (GPLv2)

Build File

You can use the following script to add scim2-sdk-client-2.0.3.jar to your project.

<dependency>
   <groupId>com.unboundid.product.scim2</groupId>
   <artifactId>scim2-sdk-client</artifactId>
   <version>2.0.3</version>
</dependency>
compile group: 'com.unboundid.product.scim2', name: 'scim2-sdk-client', version: '2.0.3'
libraryDependencies += "com.unboundid.product.scim2" % "scim2-sdk-client" % "2.0.3"
<dependency org="com.unboundid.product.scim2" name="scim2-sdk-client" rev="2.0.3"/>
@Grapes(@Grab(group='com.unboundid.product.scim2', module='scim2-sdk-client', version='2.0.3'))
'com.unboundid.product.scim2:scim2-sdk-client:jar:2.0.3'

Download

Click the following link to download the jar file.

scim2-sdk-client-2.0.3-javadoc.jar
scim2-sdk-client-2.0.3-sources.jar
scim2-sdk-client-2.0.3.jar
scim2-sdk-client-2.0.3.pom



Related Tutorials