u

ums-social-spring-boot-starter

ums-social feature: OAuth2(qq,weixin,weibo,gitee), binding and unbinding, routing function of multiple callback addresses through a unified callback address entry.
Files download
File Operation
ums-social-spring-boot-starter-1.2.0.jar download
ums-social-spring-boot-starter-1.2.0.pom download
ums-social-spring-boot-starter-1.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>top.dcenter</groupId>
  <artifactId>ums-social-spring-boot-starter</artifactId>
  <version>1.2.0</version>
</dependency>
Gradle Groovy
implementation 'top.dcenter:ums-social-spring-boot-starter:1.2.0'
Gradle Kotlin
implementation("top.dcenter:ums-social-spring-boot-starter:1.2.0")
Scala SBT
libraryDependencies += "top.dcenter" % "ums-social-spring-boot-starter" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='top.dcenter', module='ums-social-spring-boot-starter', version='1.2.0')
)
Apache Ivy
<dependency org="top.dcenter" name="ums-social-spring-boot-starter" rev="1.2.0" />
Leiningen
[top.dcenter/ums-social-spring-boot-starter "1.2.0"]
Apache Buildr
'top.dcenter:ums-social-spring-boot-starter:jar:1.2.0'