Download
Maven
Official releases of the Nimbus OAuth 2.0 SDK with OpenID Connect extensions are pushed to Maven Central under
-
GroupId: com.nimbusds
-
ArtifactId: oauth2-oidc-sdk
These include the SDK’s source code, compiled JAR and JavaDocs.
Browse Nimbus OAuth 2.0 / OpenID Connect SDK packages on Maven Central
To add the library to your Maven project use the following template:
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>oauth2-oidc-sdk</artifactId>
<classifier>[ profile ]</classifier>
<version>[ version ]</version>
</dependency>
where [ version ]
should be the latest stable release and [ profile ]
a
supported JDK build: jdk8
or jdk10
(defaults to jdk8
if omitted).
Git
The sources can also be downloaded from the project’s git repo at Bitbucket:
Nimbus OAuth 2.0 + OIDC SDK git repo
News
Follow us on Twitter for all SDK updates and developments: