License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.github.liubingxu18 |
ArtifactId | ArtifactIdverifydata |
Version | Version1.5 |
Type | Typejar |
Description |
Descriptionspringboot 使用注解增强数据校验工具,简单高效,支持自定义返回类型
|
Filename | Size |
---|---|
verifydata-1.5.pom | |
verifydata-1.5.jar | 20 KB |
verifydata-1.5-sources.jar | 11 KB |
verifydata-1.5-javadoc.jar | 165 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.liubingxu18/verifydata/ -->
<dependency>
<groupId>com.github.liubingxu18</groupId>
<artifactId>verifydata</artifactId>
<version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.liubingxu18/verifydata/
implementation 'com.github.liubingxu18:verifydata:1.5'
// https://jarcasting.com/artifacts/com.github.liubingxu18/verifydata/
implementation ("com.github.liubingxu18:verifydata:1.5")
'com.github.liubingxu18:verifydata:jar:1.5'
<dependency org="com.github.liubingxu18" name="verifydata" rev="1.5">
<artifact name="verifydata" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.liubingxu18', module='verifydata', version='1.5')
)
libraryDependencies += "com.github.liubingxu18" % "verifydata" % "1.5"
[com.github.liubingxu18/verifydata "1.5"]
Group / Artifact | Type | Version |
---|---|---|
org.aspectj : aspectjweaver | jar | 1.9.4 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-web Optional | jar | 5.1.8.RELEASE |
org.springframework : spring-webmvc Optional | jar | 5.1.8.RELEASE |
org.springframework : spring-context Optional | jar | 5.1.8.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api Optional | jar | 3.1.0 |
com.alibaba : fastjson Optional | jar | 1.2.54 |
org.springframework.boot : spring-boot-starter-test Optional | jar | 2.1.6.RELEASE |