Last Version

JSR303 Validation 1.2.3

Morphia is an Object-Document Mapper, written in Java for MongoDB. Application developer authoring code in Java and using the mongo-java-driver can use Morphia to map POJO classes into MongoDB documents and vice-versa. Morphia provides a Datastore, Query, and DAO-style interfaces including CRUD services in a type-safe manner.

License

License

GroupId

GroupId

com.github.jmkgreen.morphia
ArtifactId

ArtifactId

morphia-validation
Version

Version

1.2.3
Type

Type

jar
Description

Description

JSR303 Validation
Morphia is an Object-Document Mapper, written in Java for MongoDB. Application developer authoring code in Java and using the mongo-java-driver can use Morphia to map POJO classes into MongoDB documents and vice-versa. Morphia provides a Datastore, Query, and DAO-style interfaces including CRUD services in a type-safe manner.

Download morphia-validation 1.2.3


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

Dependencies

compile (2)

Group / Artifact Type Version
com.github.jmkgreen.morphia : morphia jar 1.2.3
javax.validation : validation-api jar 1.0.0.GA

test (2)

Group / Artifact Type Version
org.hibernate : hibernate-validator jar 4.3.1.Final
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.