License |
License |
---|---|
GroupId | GroupIdcom.dbhys |
ArtifactId | ArtifactIdoauth-rs |
Version | Version1.0.2 |
Type | Typejar |
Description |
Descriptionoauth-rs
Authentication and authorization sdk for resource server, base framework is spring!
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
oauth-rs-1.0.2.pom | |
oauth-rs-1.0.2.jar | 54 KB |
oauth-rs-1.0.2-sources.jar | 42 KB |
oauth-rs-1.0.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.dbhys/oauth-rs/
implementation 'com.dbhys:oauth-rs:1.0.2'
// https://jarcasting.com/artifacts/com.dbhys/oauth-rs/
implementation ("com.dbhys:oauth-rs:1.0.2")
'com.dbhys:oauth-rs:jar:1.0.2'
<dependency org="com.dbhys" name="oauth-rs" rev="1.0.2">
<artifact name="oauth-rs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dbhys', module='oauth-rs', version='1.0.2')
)
libraryDependencies += "com.dbhys" % "oauth-rs" % "1.0.2"
[com.dbhys/oauth-rs "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.nimbusds : nimbus-jose-jwt | jar | 8.20 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | |
org.springframework.boot : spring-boot-starter-web | jar |