Morphia
See here for the official documentation. To see the roadmap, please see here. A list of the resolved issues can be found here or in the milestones section on github.
License |
License |
---|---|
Categories |
CategoriesMongoDB Data Databases |
GroupId | GroupIdorg.mongodb.morphia |
ArtifactId | ArtifactIdmorphia-validation |
Last Version | Last Version1.3.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMorphia
Java Object Document Mapper for MongoDB
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
morphia-validation-1.3.2.pom | |
morphia-validation-1.3.2.jar | 3 KB |
morphia-validation-1.3.2-sources.jar | 2 KB |
morphia-validation-1.3.2-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mongodb.morphia/morphia-validation/ -->
<dependency>
<groupId>org.mongodb.morphia</groupId>
<artifactId>morphia-validation</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.mongodb.morphia/morphia-validation/
implementation 'org.mongodb.morphia:morphia-validation:1.3.2'
// https://jarcasting.com/artifacts/org.mongodb.morphia/morphia-validation/
implementation ("org.mongodb.morphia:morphia-validation:1.3.2")
'org.mongodb.morphia:morphia-validation:jar:1.3.2'
<dependency org="org.mongodb.morphia" name="morphia-validation" rev="1.3.2">
<artifact name="morphia-validation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mongodb.morphia', module='morphia-validation', version='1.3.2')
)
libraryDependencies += "org.mongodb.morphia" % "morphia-validation" % "1.3.2"
[org.mongodb.morphia/morphia-validation "1.3.2"]
Group / Artifact | Type | Version |
---|---|---|
org.mongodb.morphia : morphia-logging-slf4j | jar | 1.3.2 |
org.mongodb.morphia : morphia | jar | 1.3.2 |
javax.validation : validation-api | jar | 1.1.0.Final |
Group / Artifact | Type | Version |
---|---|---|
org.hibernate : hibernate-validator | jar | 4.1.0.Final |
junit : junit | jar | 4.12 |
org.slf4j : slf4j-jdk14 | jar | 1.7.5 |
See here for the official documentation. To see the roadmap, please see here. A list of the resolved issues can be found here or in the milestones section on github.