Java Validation

Additional

Language
Java
Version
0.13 (Aug 4, 2016)
Created
Jun 3, 2016
Updated
Aug 16, 2016 (Retired)
Owner
Bruno de Lima e Silva (brunodles)
Contributor
Bruno de Lima e Silva (brunodles)
1
Activity
Badge
Generate
Download
Source code

Java Validation

A lib to make validations on java objects

How add it

Add the repository to your build.gradle with:

repositories {
    maven { url "https://jitpack.io" }
}

and on your project dependencies:

dependencies {
    compile 'com.github.brunodles:java-validation:{latest version}'
}

Take a look into (releases)[https://github.com/brunodles/java-validation/releases]