Download c2id-server-sdk-2.0.3.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.3 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.3.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials