io.github.lywbh:common-validation

SpringBoot参数校验工具

License

License

GroupId

GroupId

io.github.lywbh
ArtifactId

ArtifactId

common-validation
Last Version

Last Version

1.0.6
Release Date

Release Date

Type

Type

jar
Description

Description

SpringBoot参数校验工具
Project URL

Project URL

https://github.com/lywbh/common-validation
Source Code Management

Source Code Management

https://github.com/lywbh/common-validation

Download common-validation

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.lywbh/common-validation/ -->
<dependency>
    <groupId>io.github.lywbh</groupId>
    <artifactId>common-validation</artifactId>
    <version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.lywbh/common-validation/
implementation 'io.github.lywbh:common-validation:1.0.6'
// https://jarcasting.com/artifacts/io.github.lywbh/common-validation/
implementation ("io.github.lywbh:common-validation:1.0.6")
'io.github.lywbh:common-validation:jar:1.0.6'
<dependency org="io.github.lywbh" name="common-validation" rev="1.0.6">
  <artifact name="common-validation" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.lywbh', module='common-validation', version='1.0.6')
)
libraryDependencies += "io.github.lywbh" % "common-validation" % "1.0.6"
[io.github.lywbh/common-validation "1.0.6"]

Dependencies

compile (4)

Group / Artifact Type Version
org.springframework : spring-context jar
org.springframework.boot : spring-boot-autoconfigure jar 2.6.8
javax.validation : validation-api jar 2.0.1.Final
org.apache.bval : org.apache.bval.bundle jar 2.0.5

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.6
1.0.5
1.0.4
1.0.2
1.0.0