MVN

io.github.emanuelvictor : brazilian-document-validator

Maven & Gradle

Jun 10, 2021
0 stars

br-document · Br document validations

<dependency>
    <groupId>io.github.emanuelvictor</groupId>
    <artifactId>brazilian-document-validator</artifactId>
    <version>1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.emanuelvictor : brazilian-document-validator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8

All Versions

Choose a version of io.github.emanuelvictor : brazilian-document-validator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8
brazilian-document-validator-1.8
1.7
brazilian-document-validator-1.7
1.3
brazilian-document-validator-1.3

How to add a dependency to Maven

Add the following io.github.emanuelvictor : brazilian-document-validator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.emanuelvictor</groupId>
    <artifactId>brazilian-document-validator</artifactId>
    <version>1.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.emanuelvictor : brazilian-document-validator gradle dependency to your build.gradle file:

implementation 'io.github.emanuelvictor:brazilian-document-validator:1.8'

Gradle Kotlin DSL: Add the following io.github.emanuelvictor : brazilian-document-validator gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.emanuelvictor:brazilian-document-validator:1.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.emanuelvictor : brazilian-document-validator sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.emanuelvictor" % "brazilian-document-validator" % "1.8"

Advertisement