is not current version
Last Version 1.1.4

top.dcenter:social-simple-example 1.1.2

使用用户管理脚手架(ums) social 模块基本功能简单的配置(第三方登录自动注册默认打开)

GroupId

GroupId

top.dcenter
ArtifactId

ArtifactId

social-simple-example
Version

Version

1.1.2
Type

Type

jar

Download social-simple-example 1.1.2


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