Download scim2-sdk-client-2.1.2.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.1.2 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.1.2.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials