Download validate-1.0.1.jar file - Jar v

Jar examples for v:validate

Description

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.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add validate-1.0.1.jar to your project.

<dependency>
   <groupId>de.weltraumschaf.commons</groupId>
   <artifactId>validate</artifactId>
   <version>1.0.1</version>
</dependency>
compile group: 'de.weltraumschaf.commons', name: 'validate', version: '1.0.1'
libraryDependencies += "de.weltraumschaf.commons" % "validate" % "1.0.1"
<dependency org="de.weltraumschaf.commons" name="validate" rev="1.0.1"/>
@Grapes(@Grab(group='de.weltraumschaf.commons', module='validate', version='1.0.1'))
'de.weltraumschaf.commons:validate:jar:1.0.1'

Download

Click the following link to download the jar file.

validate-1.0.1-javadoc.jar
validate-1.0.1-sources.jar
validate-1.0.1.jar
validate-1.0.1.pom



Related Tutorials