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