is not current version
Last Version 2.0.2

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

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

Type

jar

Download oauth-client-grant-handler 1.1


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