Download validate-1.0.0-beta.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.0-beta in this page.

License

The Apache Software License, Version 2.0

Build File

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'

Download

Click the following link to download the jar file.

validate-1.0.0-beta-javadoc.jar
validate-1.0.0-beta-sources.jar
validate-1.0.0-beta.jar
validate-1.0.0-beta.pom



Related Tutorials