License |
License |
---|---|
GroupId | GroupIdtop.dcenter |
ArtifactId | ArtifactIdvalidate-code-example |
Version | Version1.1.4 |
Type | Typejar |
Description |
Descriptionvalidate-code-example
使用用户管理脚手架(ums) core 模块基本功能: 验证码(含自定义验证码), 手机登录配置
|
Project URL |
Project URL |
Filename | Size |
---|---|
validate-code-example-1.1.4.pom | |
validate-code-example-1.1.4.jar | 434 KB |
validate-code-example-1.1.4-sources.jar | 430 KB |
validate-code-example-1.1.4-javadoc.jar | 486 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.dcenter/validate-code-example/ -->
<dependency>
<groupId>top.dcenter</groupId>
<artifactId>validate-code-example</artifactId>
<version>1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/top.dcenter/validate-code-example/
implementation 'top.dcenter:validate-code-example:1.1.4'
// https://jarcasting.com/artifacts/top.dcenter/validate-code-example/
implementation ("top.dcenter:validate-code-example:1.1.4")
'top.dcenter:validate-code-example:jar:1.1.4'
<dependency org="top.dcenter" name="validate-code-example" rev="1.1.4">
<artifact name="validate-code-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.dcenter', module='validate-code-example', version='1.1.4')
)
libraryDependencies += "top.dcenter" % "validate-code-example" % "1.1.4"
[top.dcenter/validate-code-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 |