MVN

org.jarbframework : jarb-constraint-violations

Maven & Gradle

Aug 10, 2012
2 usages

Translates constraint violation exceptions

<dependency>
    <groupId>org.jarbframework</groupId>
    <artifactId>jarb-constraint-violations</artifactId>
    <version>1.3.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jarbframework : jarb-constraint-violations to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.5

All Versions

Choose a version of org.jarbframework : jarb-constraint-violations to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
jarb-constraint-violations-1.3.5
jarb-constraint-violations-1.3.4
jarb-constraint-violations-1.3.3
jarb-constraint-violations-1.3.2
jarb-constraint-violations-1.3.1
1.3
jarb-constraint-violations-1.3
1.2
jarb-constraint-violations-1.2
1.1.x
jarb-constraint-violations-1.1.5
jarb-constraint-violations-1.1.4

How to add a dependency to Maven

Add the following org.jarbframework : jarb-constraint-violations maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jarbframework</groupId>
    <artifactId>jarb-constraint-violations</artifactId>
    <version>1.3.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jarbframework : jarb-constraint-violations gradle dependency to your build.gradle file:

implementation 'org.jarbframework:jarb-constraint-violations:1.3.5'

Gradle Kotlin DSL: Add the following org.jarbframework : jarb-constraint-violations gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jarbframework:jarb-constraint-violations:1.3.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jarbframework : jarb-constraint-violations sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jarbframework" % "jarb-constraint-violations" % "1.3.5"

Advertisement