| License |
License |
|---|---|
| GroupId | GroupIdcom.saucesubfresh |
| ArtifactId | ArtifactIdopen-starter-oauth |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description简单的 oauth 插件
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| open-starter-oauth-1.0.1.pom | |
| open-starter-oauth-1.0.1.jar | 53 KB |
| open-starter-oauth-1.0.1-sources.jar | 34 KB |
| open-starter-oauth-1.0.1-javadoc.jar | 366 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.saucesubfresh/open-starter-oauth/ -->
<dependency>
<groupId>com.saucesubfresh</groupId>
<artifactId>open-starter-oauth</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.saucesubfresh/open-starter-oauth/
implementation 'com.saucesubfresh:open-starter-oauth:1.0.1'
// https://jarcasting.com/artifacts/com.saucesubfresh/open-starter-oauth/
implementation ("com.saucesubfresh:open-starter-oauth:1.0.1")
'com.saucesubfresh:open-starter-oauth:jar:1.0.1'
<dependency org="com.saucesubfresh" name="open-starter-oauth" rev="1.0.1">
<artifact name="open-starter-oauth" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.saucesubfresh', module='open-starter-oauth', version='1.0.1')
)
libraryDependencies += "com.saucesubfresh" % "open-starter-oauth" % "1.0.1"
[com.saucesubfresh/open-starter-oauth "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
| org.springframework.boot : spring-boot-starter-data-redis | jar | |
| org.springframework.security : spring-security-crypto | jar | |
| io.jsonwebtoken : jjwt-api | jar | 0.11.2 |
| org.apache.commons : commons-lang3 | jar | |
| org.hibernate.validator : hibernate-validator | jar | |
| com.fasterxml.jackson.core : jackson-annotations | jar | |
| com.fasterxml.jackson.core : jackson-databind | jar | |
| com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| io.jsonwebtoken : jjwt-impl | jar | 0.11.2 |
| io.jsonwebtoken : jjwt-jackson | jar | 0.11.2 |