is not current version
Last Version 2.0.2

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

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.3
Type

Type

jar

Download oauth-client-grant-handler 1.3


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