Categories |
CategoriesH2 Data Databases OAuth2 Security CLI User Interface |
---|---|
GroupId | GroupIdcom.github.riversking |
ArtifactId | ArtifactIdoauth2-client |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
oauth2-client-1.0.1.pom | |
oauth2-client-1.0.1.jar | 12 KB |
oauth2-client-1.0.1-sources.jar | 7 KB |
oauth2-client-1.0.1-javadoc.jar | 86 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.riversking/oauth2-client/ -->
<dependency>
<groupId>com.github.riversking</groupId>
<artifactId>oauth2-client</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.riversking/oauth2-client/
implementation 'com.github.riversking:oauth2-client:1.0.1'
// https://jarcasting.com/artifacts/com.github.riversking/oauth2-client/
implementation ("com.github.riversking:oauth2-client:1.0.1")
'com.github.riversking:oauth2-client:jar:1.0.1'
<dependency org="com.github.riversking" name="oauth2-client" rev="1.0.1">
<artifact name="oauth2-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.riversking', module='oauth2-client', version='1.0.1')
)
libraryDependencies += "com.github.riversking" % "oauth2-client" % "1.0.1"
[com.github.riversking/oauth2-client "1.0.1"]