MVN

br.com.miguelfontes : essentials-validation

Maven & Gradle

Jul 13, 2018
0 stars

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

<dependency>
    <groupId>br.com.miguelfontes</groupId>
    <artifactId>essentials-validation</artifactId>
    <version>1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of br.com.miguelfontes : essentials-validation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of br.com.miguelfontes : essentials-validation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2
essentials-validation-1.2
1.1
essentials-validation-1.1

How to add a dependency to Maven

Add the following br.com.miguelfontes : essentials-validation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>br.com.miguelfontes</groupId>
    <artifactId>essentials-validation</artifactId>
    <version>1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following br.com.miguelfontes : essentials-validation gradle dependency to your build.gradle file:

implementation 'br.com.miguelfontes:essentials-validation:1.2'

Gradle Kotlin DSL: Add the following br.com.miguelfontes : essentials-validation gradle kotlin dependency to your build.gradle.kts file:

implementation("br.com.miguelfontes:essentials-validation:1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following br.com.miguelfontes : essentials-validation sbt scala dependency to your build.sbt file:

libraryDependencies += "br.com.miguelfontes" % "essentials-validation" % "1.2"