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-beta in this page.
The Apache Software License, Version 2.0
You can use the following script to add validate-1.0.0-beta.jar to your project.
<dependency> <groupId>de.weltraumschaf.commons</groupId> <artifactId>validate</artifactId> <version>1.0.0-beta</version> </dependency>
compile group: 'de.weltraumschaf.commons', name: 'validate', version: '1.0.0-beta'
libraryDependencies += "de.weltraumschaf.commons" % "validate" % "1.0.0-beta"
<dependency org="de.weltraumschaf.commons" name="validate" rev="1.0.0-beta"/>
@Grapes(@Grab(group='de.weltraumschaf.commons', module='validate', version='1.0.0-beta'))
'de.weltraumschaf.commons:validate:jar:1.0.0-beta'
Click the following link to download the jar file.
validate-1.0.0-beta-javadoc.jar