is not current version
Last Version 2.0.2

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

Simpler 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

1.2
Type

Type

jar

Download oauth-client-grant-handler 1.2


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