e

essentials-validation

A lightweight pack of utilities for entities validation, leveraging the power of Bean Validation (JSR 380) and some home baked solutions
https://github.com/Miguel-Fontes/essential-validator
The Apache Software License, Version 2.0
Miguel Fontes
Files download
File Operation
essentials-validation-1.2.jar download
essentials-validation-1.2.pom download
essentials-validation-1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>br.com.miguelfontes</groupId>
  <artifactId>essentials-validation</artifactId>
  <version>1.2</version>
</dependency>
Gradle Groovy
implementation 'br.com.miguelfontes:essentials-validation:1.2'
Gradle Kotlin
implementation("br.com.miguelfontes:essentials-validation:1.2")
Scala SBT
libraryDependencies += "br.com.miguelfontes" % "essentials-validation" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='br.com.miguelfontes', module='essentials-validation', version='1.2')
)
Apache Ivy
<dependency org="br.com.miguelfontes" name="essentials-validation" rev="1.2" />
Leiningen
[br.com.miguelfontes/essentials-validation "1.2"]
Apache Buildr
'br.com.miguelfontes:essentials-validation:jar:1.2'