Download c2id-server-sdk-3.14.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 3.14 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials