License |
License |
---|---|
GroupId | GroupIdcom.lotaris.jee |
ArtifactId | ArtifactIdjee-validation |
Last Version | Last Version0.5.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava 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.
|
Project URL |
Project URL |
Filename | Size |
---|---|
jee-validation-0.5.2.pom | |
jee-validation-0.5.2.jar | 35 KB |
jee-validation-0.5.2-sources.jar | 33 KB |
jee-validation-0.5.2-javadoc.jar | 215 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lotaris.jee/jee-validation/ -->
<dependency>
<groupId>com.lotaris.jee</groupId>
<artifactId>jee-validation</artifactId>
<version>0.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.lotaris.jee/jee-validation/
implementation 'com.lotaris.jee:jee-validation:0.5.2'
// https://jarcasting.com/artifacts/com.lotaris.jee/jee-validation/
implementation ("com.lotaris.jee:jee-validation:0.5.2")
'com.lotaris.jee:jee-validation:jar:0.5.2'
<dependency org="com.lotaris.jee" name="jee-validation" rev="0.5.2">
<artifact name="jee-validation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lotaris.jee', module='jee-validation', version='0.5.2')
)
libraryDependencies += "com.lotaris.jee" % "jee-validation" % "0.5.2"
[com.lotaris.jee/jee-validation "0.5.2"]
Group / Artifact | Type | Version |
---|---|---|
javax : javaee-api | jar | 7.0 |
org.glassfish.jersey.media : jersey-media-json-jackson | jar | 2.0 |
org.slf4j : slf4j-api | jar | 1.7.5 |
junit : junit | jar | 4.11 |
Group / Artifact | Type | Version |
---|---|---|
com.lotaris.rox.client : rox-client-junit | jar | 2.2.1 |
org.slf4j : slf4j-log4j12 | jar | 1.7.5 |
commons-logging : commons-logging-api | jar | 1.1 |
org.mockito : mockito-all | jar | 1.9.5 |
org.powermock : powermock-module-junit4 | jar | 1.5.1 |
org.powermock : powermock-api-mockito | jar | 1.5.1 |
org.hibernate : hibernate-validator | jar | 4.3.1.Final |