essentials-validation

A lightweight pack of utilities for entities validation, leveraging the power of Bean Validation (JSR 380) and some home baked solutions

License

License

GroupId

GroupId

br.com.miguelfontes
ArtifactId

ArtifactId

essentials-validation
Last Version

Last Version

1.2
Release Date

Release Date

Type

Type

jar
Description

Description

essentials-validation
A lightweight pack of utilities for entities validation, leveraging the power of Bean Validation (JSR 380) and some home baked solutions
Project URL

Project URL

https://github.com/Miguel-Fontes/essential-validator

Download essentials-validation

How to add to project

<!-- https://jarcasting.com/artifacts/br.com.miguelfontes/essentials-validation/ -->
<dependency>
    <groupId>br.com.miguelfontes</groupId>
    <artifactId>essentials-validation</artifactId>
    <version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.miguelfontes/essentials-validation/
implementation 'br.com.miguelfontes:essentials-validation:1.2'
// https://jarcasting.com/artifacts/br.com.miguelfontes/essentials-validation/
implementation ("br.com.miguelfontes:essentials-validation:1.2")
'br.com.miguelfontes:essentials-validation:jar:1.2'
<dependency org="br.com.miguelfontes" name="essentials-validation" rev="1.2">
  <artifact name="essentials-validation" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.miguelfontes', module='essentials-validation', version='1.2')
)
libraryDependencies += "br.com.miguelfontes" % "essentials-validation" % "1.2"
[br.com.miguelfontes/essentials-validation "1.2"]

Dependencies

compile (2)

Group / Artifact Type Version
org.hibernate.validator : hibernate-validator jar 6.0.10.Final
org.glassfish : javax.el jar 3.0.1-b09

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.2.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.2
1.1