v

validate

This is library for validation in Java 8. we want to keep it as lightweight as possible.
http://github.com/uzrnem/j-validator
MIT License
Bhagyesh Sunil Patel
文件下载
文件名 操作
validate-1.0.5.jar 下载
validate-1.0.5.pom 下载
validate-1.0.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.uzrnem</groupId>
  <artifactId>validate</artifactId>
  <version>1.0.5</version>
</dependency>
Gradle Groovy
implementation 'com.github.uzrnem:validate:1.0.5'
Gradle Kotlin
implementation("com.github.uzrnem:validate:1.0.5")
Scala SBT
libraryDependencies += "com.github.uzrnem" % "validate" % "1.0.5"
Groovy Grape
@Grapes(
  @Grab(group='com.github.uzrnem', module='validate', version='1.0.5')
)
Apache Ivy
<dependency org="com.github.uzrnem" name="validate" rev="1.0.5" />
Leiningen
[com.github.uzrnem/validate "1.0.5"]
Apache Buildr
'com.github.uzrnem:validate:jar:1.0.5'
本项目依赖