is not current version
Last Version 1.0.2

com.github.xiongxcodes:haohope-oauth 1.0.1

Provide a minimalist integration solution for SpringBoot OAuth2

GroupId

GroupId

com.github.xiongxcodes
ArtifactId

ArtifactId

haohope-oauth
Version

Version

1.0.1
Type

Type

jar

Download haohope-oauth 1.0.1


<!-- https://jarcasting.com/artifacts/com.github.xiongxcodes/haohope-oauth/ -->
<dependency>
    <groupId>com.github.xiongxcodes</groupId>
    <artifactId>haohope-oauth</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xiongxcodes/haohope-oauth/
implementation 'com.github.xiongxcodes:haohope-oauth:1.0.1'
// https://jarcasting.com/artifacts/com.github.xiongxcodes/haohope-oauth/
implementation ("com.github.xiongxcodes:haohope-oauth:1.0.1")
'com.github.xiongxcodes:haohope-oauth:jar:1.0.1'
<dependency org="com.github.xiongxcodes" name="haohope-oauth" rev="1.0.1">
  <artifact name="haohope-oauth" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xiongxcodes', module='haohope-oauth', version='1.0.1')
)
libraryDependencies += "com.github.xiongxcodes" % "haohope-oauth" % "1.0.1"
[com.github.xiongxcodes/haohope-oauth "1.0.1"]