is not current version
Last Version 1.0.4

com.github.riversking:oauth2-client 1.0.2

Jar

Categories

Categories

H2 Data Databases OAuth2 Security CLI User Interface
GroupId

GroupId

com.github.riversking
ArtifactId

ArtifactId

oauth2-client
Version

Version

1.0.2
Type

Type

jar

Download oauth2-client 1.0.2


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