Jar examples for v:validate
Same functionality like Apache Commons Lang3 Validate, but without the heavy footprint of the whole lib from Apache.
You can download jar file validate 1.0.0 in this page.
The Apache Software License, Version 2.0
You can use the following script to add validate-1.0.0.jar to your project.
<dependency> <groupId>de.weltraumschaf.commons</groupId> <artifactId>validate</artifactId> <version>1.0.0</version> </dependency>
compile group: 'de.weltraumschaf.commons', name: 'validate', version: '1.0.0'
libraryDependencies += "de.weltraumschaf.commons" % "validate" % "1.0.0"
<dependency org="de.weltraumschaf.commons" name="validate" rev="1.0.0"/>
@Grapes(@Grab(group='de.weltraumschaf.commons', module='validate', version='1.0.0'))
'de.weltraumschaf.commons:validate:jar:1.0.0'
Click the following link to download the jar file.
validate-1.0.0-javadoc.jar