is not current version
Last Version 1.0.4

com.dbhys:oauth-rs 1.0.0

Authentication and authorization sdk for resource server, base framework is spring!

GroupId

GroupId

com.dbhys
ArtifactId

ArtifactId

oauth-rs
Version

Version

1.0.0
Type

Type

jar

Download oauth-rs 1.0.0


<!-- 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"]