| License |
License |
|---|---|
| GroupId | GroupIdcom.github.xiongxcodes |
| ArtifactId | ArtifactIdhaohope-oauth |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionProvide a minimalist integration solution for SpringBoot OAuth2
|
| Filename | Size |
|---|---|
| haohope-oauth-1.0.2.pom | |
| haohope-oauth-1.0.2.jar | 19 KB |
| haohope-oauth-1.0.2-sources.jar | 12 KB |
| haohope-oauth-1.0.2-javadoc.jar | 112 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.xiongxcodes/haohope-oauth/ -->
<dependency>
<groupId>com.github.xiongxcodes</groupId>
<artifactId>haohope-oauth</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xiongxcodes/haohope-oauth/
implementation 'com.github.xiongxcodes:haohope-oauth:1.0.2'
// https://jarcasting.com/artifacts/com.github.xiongxcodes/haohope-oauth/
implementation ("com.github.xiongxcodes:haohope-oauth:1.0.2")
'com.github.xiongxcodes:haohope-oauth:jar:1.0.2'
<dependency org="com.github.xiongxcodes" name="haohope-oauth" rev="1.0.2">
<artifact name="haohope-oauth" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xiongxcodes', module='haohope-oauth', version='1.0.2')
)
libraryDependencies += "com.github.xiongxcodes" % "haohope-oauth" % "1.0.2"
[com.github.xiongxcodes/haohope-oauth "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok Optional | jar | |
| org.springframework : spring-beans Optional | jar | |
| com.fasterxml.jackson.core : jackson-core Optional | jar | |
| com.fasterxml.jackson.core : jackson-databind Optional | jar | |
| javax.servlet : javax.servlet-api Optional | jar | |
| org.springframework.security.oauth : spring-security-oauth2 | jar | |
| org.springframework.boot : spring-boot-autoconfigure Optional | jar | 2.3.1.RELEASE |