Files download
File Operation
oauth-jwt-self-issued-grant-handler-1.0.1.jar download
oauth-jwt-self-issued-grant-handler-1.0.1.pom download
oauth-jwt-self-issued-grant-handler-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.nimbusds</groupId>
  <artifactId>oauth-jwt-self-issued-grant-handler</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.nimbusds:oauth-jwt-self-issued-grant-handler:1.0.1'
Gradle Kotlin
implementation("com.nimbusds:oauth-jwt-self-issued-grant-handler:1.0.1")
Scala SBT
libraryDependencies += "com.nimbusds" % "oauth-jwt-self-issued-grant-handler" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.nimbusds', module='oauth-jwt-self-issued-grant-handler', version='1.0.1')
)
Apache Ivy
<dependency org="com.nimbusds" name="oauth-jwt-self-issued-grant-handler" rev="1.0.1" />
Leiningen
[com.nimbusds/oauth-jwt-self-issued-grant-handler "1.0.1"]
Apache Buildr
'com.nimbusds:oauth-jwt-self-issued-grant-handler:jar:1.0.1'