Download scim-sdk-1.8.0.jar file - Jar s

Jar examples for s:scim-sdk

Description

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.

You can download jar file scim-sdk 1.8.0 in this page.

License

GNU General Public License version 2 (GPLv2)

Build File

You can use the following script to add scim-sdk-1.8.0.jar to your project.

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

Download

Click the following link to download the jar file.

scim-sdk-1.8.0-javadoc.jar
scim-sdk-1.8.0-sources.jar
scim-sdk-1.8.0.jar
scim-sdk-1.8.0.pom



Related Tutorials