Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcc.ccoke |
ArtifactId | ArtifactIdvalidate-spring-boot-starter |
Version | Version0.5 |
Type | Typejar |
Description |
Descriptionvalidate-spring-boot-starter
简单的数据验证框架
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/cc.ccoke/validate-spring-boot-starter/ -->
<dependency>
<groupId>cc.ccoke</groupId>
<artifactId>validate-spring-boot-starter</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/cc.ccoke/validate-spring-boot-starter/
implementation 'cc.ccoke:validate-spring-boot-starter:0.5'
// https://jarcasting.com/artifacts/cc.ccoke/validate-spring-boot-starter/
implementation ("cc.ccoke:validate-spring-boot-starter:0.5")
'cc.ccoke:validate-spring-boot-starter:jar:0.5'
<dependency org="cc.ccoke" name="validate-spring-boot-starter" rev="0.5">
<artifact name="validate-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cc.ccoke', module='validate-spring-boot-starter', version='0.5')
)
libraryDependencies += "cc.ccoke" % "validate-spring-boot-starter" % "0.5"
[cc.ccoke/validate-spring-boot-starter "0.5"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | 1.4.4.RELEASE |
org.springframework.boot : spring-boot-configuration-processor | jar | 1.4.4.RELEASE |
org.aspectj : aspectjweaver | jar | 1.8.11 |
junit : junit | jar | 4.12 |