GroupId | GroupIdcom.dbhys |
---|---|
ArtifactId | ArtifactIdoauth-rs |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
oauth-rs-1.0.1.pom | |
oauth-rs-1.0.1-sources.jar | 42 KB |
oauth-rs-1.0.1-javadoc.jar | 227 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dbhys/oauth-rs/ -->
<dependency>
<groupId>com.dbhys</groupId>
<artifactId>oauth-rs</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.dbhys/oauth-rs/
implementation 'com.dbhys:oauth-rs:1.0.1'
// https://jarcasting.com/artifacts/com.dbhys/oauth-rs/
implementation ("com.dbhys:oauth-rs:1.0.1")
'com.dbhys:oauth-rs:jar:1.0.1'
<dependency org="com.dbhys" name="oauth-rs" rev="1.0.1">
<artifact name="oauth-rs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dbhys', module='oauth-rs', version='1.0.1')
)
libraryDependencies += "com.dbhys" % "oauth-rs" % "1.0.1"
[com.dbhys/oauth-rs "1.0.1"]