License |
License |
---|---|
GroupId | GroupIdtop.dcenter |
ArtifactId | ArtifactIdbasic-example |
Version | Version1.1.4 |
Type | Typejar |
Description |
Descriptionbasic-example
使用用户管理脚手架(ums) core 模块基本功能: 最简单的配置
|
Project URL |
Project URL |
Filename | Size |
---|---|
basic-example-1.1.4.pom | |
basic-example-1.1.4.jar | 12 KB |
basic-example-1.1.4-sources.jar | 11 KB |
basic-example-1.1.4-javadoc.jar | 416 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.dcenter/basic-example/ -->
<dependency>
<groupId>top.dcenter</groupId>
<artifactId>basic-example</artifactId>
<version>1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/top.dcenter/basic-example/
implementation 'top.dcenter:basic-example:1.1.4'
// https://jarcasting.com/artifacts/top.dcenter/basic-example/
implementation ("top.dcenter:basic-example:1.1.4")
'top.dcenter:basic-example:jar:1.1.4'
<dependency org="top.dcenter" name="basic-example" rev="1.1.4">
<artifact name="basic-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.dcenter', module='basic-example', version='1.1.4')
)
libraryDependencies += "top.dcenter" % "basic-example" % "1.1.4"
[top.dcenter/basic-example "1.1.4"]
Group / Artifact | Type | Version |
---|---|---|
top.dcenter : ums-core-spring-boot-starter | jar | 1.1.4 |
org.springframework.boot : spring-boot-starter-thymeleaf | jar |