MVN

com.lotaris.jee : jee-validation

Maven & Gradle

Feb 16, 2015
2 usages
2 stars

Java EE Validation · This library offers components that facilitate validation of arbitrary objects and how they are serialized towards a client. It focuses on the wiring of the proposed patterns and does not contain any concrete validator implementations.

<dependency>
    <groupId>com.lotaris.jee</groupId>
    <artifactId>jee-validation</artifactId>
    <version>0.5.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.lotaris.jee : jee-validation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.2

All Versions

Choose a version of com.lotaris.jee : jee-validation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
jee-validation-0.5.2
jee-validation-0.5.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.lotaris.jee</groupId>
    <artifactId>jee-validation</artifactId>
    <version>0.5.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.lotaris.jee : jee-validation gradle dependency to your build.gradle file:

implementation 'com.lotaris.jee:jee-validation:0.5.2'

Gradle Kotlin DSL: Add the following com.lotaris.jee : jee-validation gradle kotlin dependency to your build.gradle.kts file:

implementation("com.lotaris.jee:jee-validation:0.5.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.lotaris.jee : jee-validation sbt scala dependency to your build.sbt file:

libraryDependencies += "com.lotaris.jee" % "jee-validation" % "0.5.2"