com.github.liubingxu18:verifydata

springboot 使用注解增强数据校验工具,简单高效,支持自定义返回类型

License

License

Categories

Categories

Data
GroupId

GroupId

com.github.liubingxu18
ArtifactId

ArtifactId

verifydata
Last Version

Last Version

1.5
Release Date

Release Date

Type

Type

jar
Description

Description

springboot 使用注解增强数据校验工具,简单高效,支持自定义返回类型

Download verifydata

How to add to project

<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
org.aspectj : aspectjweaver jar 1.9.4

provided (3)

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

test (3)

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

Project Modules

There are no modules declared in this project.

Versions

Version
1.5
1.4
1.2
1.1
1.0