MVN

com.github.chenhaiyangs : web-validation-framework

Maven & Gradle

Feb 14, 2019
10 stars

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

<dependency>
    <groupId>com.github.chenhaiyangs</groupId>
    <artifactId>web-validation-framework</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.chenhaiyangs : web-validation-framework to add to Maven - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of com.github.chenhaiyangs : web-validation-framework to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
web-validation-framework-1.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.chenhaiyangs</groupId>
    <artifactId>web-validation-framework</artifactId>
    <version>1.1.0</version>
</dependency>