is not current version
Last Version 1.1.4

top.dcenter:social-detail-example 1.1.2

使用用户管理脚手架(ums) social 模块功能详细配置: 第三方授权登录注册功能, 统一回调地址路由配置, 第三方登录绑定配置, 第三方授权登录用户信息表自定义设置

GroupId

GroupId

top.dcenter
ArtifactId

ArtifactId

social-detail-example
Version

Version

1.1.2
Type

Type

jar

Download social-detail-example 1.1.2


<!-- https://jarcasting.com/artifacts/top.dcenter/social-detail-example/ -->
<dependency>
    <groupId>top.dcenter</groupId>
    <artifactId>social-detail-example</artifactId>
    <version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/top.dcenter/social-detail-example/
implementation 'top.dcenter:social-detail-example:1.1.2'
// https://jarcasting.com/artifacts/top.dcenter/social-detail-example/
implementation ("top.dcenter:social-detail-example:1.1.2")
'top.dcenter:social-detail-example:jar:1.1.2'
<dependency org="top.dcenter" name="social-detail-example" rev="1.1.2">
  <artifact name="social-detail-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.dcenter', module='social-detail-example', version='1.1.2')
)
libraryDependencies += "top.dcenter" % "social-detail-example" % "1.1.2"
[top.dcenter/social-detail-example "1.1.2"]