v

valid

The valid framework for java.
The Apache Software License, Version 2.0
houbb
Files download
File Operation
valid-0.3.0.pom download
Apache Maven
<dependency>
  <groupId>com.github.houbb</groupId>
  <artifactId>valid</artifactId>
  <version>0.3.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.houbb:valid:0.3.0'
Gradle Kotlin
implementation("com.github.houbb:valid:0.3.0")
Scala SBT
libraryDependencies += "com.github.houbb" % "valid" % "0.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.houbb', module='valid', version='0.3.0')
)
Apache Ivy
<dependency org="com.github.houbb" name="valid" rev="0.3.0" />
Leiningen
[com.github.houbb/valid "0.3.0"]
Apache Buildr
'com.github.houbb:valid:jar:0.3.0'