Last Version

Model Entity Validation Framework 0.0.2

A light-weight validation framework for Java; meant to be useful for a web service wanting to return a rich response containing general validation failures as well as specific field names which have failed validation.

License

License

GroupId

GroupId

com.fiestacabin.model
ArtifactId

ArtifactId

model-validator
Version

Version

0.0.2
Type

Type

jar
Description

Description

Model Entity Validation Framework
A light-weight validation framework for Java; meant to be useful for a web service wanting to return a rich response containing general validation failures as well as specific field names which have failed validation.
Project URL

Project URL

https://github.com/jaredstehler/model-validator

Download model-validator 0.0.2


<!-- https://jarcasting.com/artifacts/com.fiestacabin.model/model-validator/ -->
<dependency>
    <groupId>com.fiestacabin.model</groupId>
    <artifactId>model-validator</artifactId>
    <version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.fiestacabin.model/model-validator/
implementation 'com.fiestacabin.model:model-validator:0.0.2'
// https://jarcasting.com/artifacts/com.fiestacabin.model/model-validator/
implementation ("com.fiestacabin.model:model-validator:0.0.2")
'com.fiestacabin.model:model-validator:jar:0.0.2'
<dependency org="com.fiestacabin.model" name="model-validator" rev="0.0.2">
  <artifact name="model-validator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fiestacabin.model', module='model-validator', version='0.0.2')
)
libraryDependencies += "com.fiestacabin.model" % "model-validator" % "0.0.2"
[com.fiestacabin.model/model-validator "0.0.2"]

Dependencies

compile (4)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.6.6
com.google.guava : guava jar 13.0.1
com.google.inject : guice jar 3.0
org.reflections : reflections jar 0.9.8

provided (3)

Group / Artifact Type Version
com.sun.jersey : jersey-core jar 1.15
com.sun.jersey : jersey-server jar 1.15
com.fasterxml.jackson.jaxrs : jackson-jaxrs-json-provider jar 2.1.1

test (4)

Group / Artifact Type Version
junit : junit-dep jar 4.10
org.hamcrest : hamcrest-core jar 1.2.1
org.hamcrest : hamcrest-integration jar 1.2.1
org.mockito : mockito-all jar 1.9.0

Project Modules

There are no modules declared in this project.