Download c2id-server-sdk-2.0.6.jar file - Jar c

Jar examples for c:c2id-server-sdk

Description

Toolkit for developing Connect2id Server extensions, such as custom OpenID Connect claims sources and grant handlers.

You can download jar file c2id-server-sdk 2.0.6 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add c2id-server-sdk-2.0.6.jar to your project.

<dependency>
   <groupId>com.nimbusds</groupId>
   <artifactId>c2id-server-sdk</artifactId>
   <version>2.0.6</version>
</dependency>
compile group: 'com.nimbusds', name: 'c2id-server-sdk', version: '2.0.6'
libraryDependencies += "com.nimbusds" % "c2id-server-sdk" % "2.0.6"
<dependency org="com.nimbusds" name="c2id-server-sdk" rev="2.0.6"/>
@Grapes(@Grab(group='com.nimbusds', module='c2id-server-sdk', version='2.0.6'))
'com.nimbusds:c2id-server-sdk:jar:2.0.6'

Download

Click the following link to download the jar file.

c2id-server-sdk-2.0.6-javadoc.jar
c2id-server-sdk-2.0.6-sources.jar
c2id-server-sdk-2.0.6.jar
c2id-server-sdk-2.0.6.pom



Related Tutorials