is not current version
Last Version 1.0.2

com.github.xiongxcodes:haohope-oauth 1.0.0

Provide a minimalist integration solution for SpringBoot OAuth2

GroupId

GroupId

com.github.xiongxcodes
ArtifactId

ArtifactId

haohope-oauth
Version

Version

1.0.0
Type

Type

jar

Download haohope-oauth 1.0.0


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