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