is not current version
Last Version 1.1.4

top.dcenter:basic-detail-example 1.1.2

使用用户管理脚手架(ums) core 模块基本功能详细的配置: 含anonymous/session简单配置/rememberMe/csrf/登录路由/签到, 不包含session详细配置/验证码/手机登录/权限.

GroupId

GroupId

top.dcenter
ArtifactId

ArtifactId

basic-detail-example
Version

Version

1.1.2
Type

Type

jar

Download basic-detail-example 1.1.2


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