is not current version
Last Version 1.0.4

com.github.riversking:oauth2-client 1.0.3

Jar

Categories

Categories

H2 Data Databases OAuth2 Security CLI User Interface
GroupId

GroupId

com.github.riversking
ArtifactId

ArtifactId

oauth2-client
Version

Version

1.0.3
Type

Type

jar

Download oauth2-client 1.0.3


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