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