MVN

io.avaje : validator-constraints

Maven & Gradle

Aug 21, 2023
<dependency>
    <groupId>io.avaje</groupId>
    <artifactId>validator-constraints</artifactId>
    <version>0.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.avaje : validator-constraints to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.16
  • Latest Release Candidate: 1.0-RC7

All Versions

Choose a version of io.avaje : validator-constraints to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
validator-constraints-1.0-RC7
validator-constraints-1.0-RC6
validator-constraints-1.0-RC5
validator-constraints-1.0-RC4
validator-constraints-1.0-RC3
validator-constraints-1.0-RC2
validator-constraints-1.0-RC1
0.16
validator-constraints-0.16
0.15
validator-constraints-0.15
0.14
validator-constraints-0.14
0.13
validator-constraints-0.13
0.12
validator-constraints-0.12
0.11
validator-constraints-0.11
0.10
validator-constraints-0.10
0.9
validator-constraints-0.9

How to add a dependency to Maven

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

<dependency>
    <groupId>io.avaje</groupId>
    <artifactId>validator-constraints</artifactId>
    <version>0.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.avaje : validator-constraints gradle dependency to your build.gradle file:

implementation 'io.avaje:validator-constraints:0.16'

Gradle Kotlin DSL: Add the following io.avaje : validator-constraints gradle kotlin dependency to your build.gradle.kts file:

implementation("io.avaje:validator-constraints:0.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.avaje : validator-constraints sbt scala dependency to your build.sbt file:

libraryDependencies += "io.avaje" % "validator-constraints" % "0.16"

Advertisement