Last Version

web-validation-framework 1.1.0

一款java validation 校验框架,用于简化java逻辑里的校验和去空格处理等逻辑

License

License

GroupId

GroupId

com.github.chenhaiyangs
ArtifactId

ArtifactId

web-validation-framework
Version

Version

1.1.0
Type

Type

pom
Description

Description

web-validation-framework
一款java validation 校验框架,用于简化java逻辑里的校验和去空格处理等逻辑
Project URL

Project URL

https://github.com/chenhaiyangs/web-validation-framework.git
Source Code Management

Source Code Management

https://github.com/chenhaiyangs/web-validation-framework

Download web-validation-framework 1.1.0


<!-- https://jarcasting.com/artifacts/com.github.chenhaiyangs/web-validation-framework/ -->
<dependency>
    <groupId>com.github.chenhaiyangs</groupId>
    <artifactId>web-validation-framework</artifactId>
    <version>1.1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.chenhaiyangs/web-validation-framework/
implementation 'com.github.chenhaiyangs:web-validation-framework:1.1.0'
// https://jarcasting.com/artifacts/com.github.chenhaiyangs/web-validation-framework/
implementation ("com.github.chenhaiyangs:web-validation-framework:1.1.0")
'com.github.chenhaiyangs:web-validation-framework:pom:1.1.0'
<dependency org="com.github.chenhaiyangs" name="web-validation-framework" rev="1.1.0">
  <artifact name="web-validation-framework" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.chenhaiyangs', module='web-validation-framework', version='1.1.0')
)
libraryDependencies += "com.github.chenhaiyangs" % "web-validation-framework" % "1.1.0"
[com.github.chenhaiyangs/web-validation-framework "1.1.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • web-validation-core
  • web-validation-spring-simple
  • web-validation-spring-boot-starter