is not current version
Last Version 2.0.2

com.nimbusds:oauth-client-grant-handler 2.0.1

Simple handler of OAuth 2.0 client credentials grants.

Categories

Categories

Ant Build Tools CLI User Interface
GroupId

GroupId

com.nimbusds
ArtifactId

ArtifactId

oauth-client-grant-handler
Version

Version

2.0.1
Type

Type

jar

Download oauth-client-grant-handler 2.0.1


<!-- https://jarcasting.com/artifacts/com.nimbusds/oauth-client-grant-handler/ -->
<dependency>
    <groupId>com.nimbusds</groupId>
    <artifactId>oauth-client-grant-handler</artifactId>
    <version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.nimbusds/oauth-client-grant-handler/
implementation 'com.nimbusds:oauth-client-grant-handler:2.0.1'
// https://jarcasting.com/artifacts/com.nimbusds/oauth-client-grant-handler/
implementation ("com.nimbusds:oauth-client-grant-handler:2.0.1")
'com.nimbusds:oauth-client-grant-handler:jar:2.0.1'
<dependency org="com.nimbusds" name="oauth-client-grant-handler" rev="2.0.1">
  <artifact name="oauth-client-grant-handler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nimbusds', module='oauth-client-grant-handler', version='2.0.1')
)
libraryDependencies += "com.nimbusds" % "oauth-client-grant-handler" % "2.0.1"
[com.nimbusds/oauth-client-grant-handler "2.0.1"]