Download validity-2.2.0.jar file - Jar v

Jar examples for v:validity

Description

A fluent, opinionated, and strongly-typed validation library for Java.

You can download jar file validity 2.2.0 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add validity-2.2.0.jar to your project.

<dependency>
   <groupId>com.redfin</groupId>
   <artifactId>validity</artifactId>
   <version>2.2.0</version>
</dependency>
compile group: 'com.redfin', name: 'validity', version: '2.2.0'
libraryDependencies += "com.redfin" % "validity" % "2.2.0"
<dependency org="com.redfin" name="validity" rev="2.2.0"/>
@Grapes(@Grab(group='com.redfin', module='validity', version='2.2.0'))
'com.redfin:validity:jar:2.2.0'

Download

Click the following link to download the jar file.

validity-2.2.0-javadoc.jar
validity-2.2.0-sources.jar
validity-2.2.0.jar
validity-2.2.0.pom



Related Tutorials