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 |
---|---|
GroupId | GroupIdcom.google.code.morphia |
ArtifactId | ArtifactIdmorphia-validation |
Last Version | Last Version0.104 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJSR303 Validation
Build Project for Morphia
|
Filename | Size |
---|---|
morphia-validation-0.104.pom | |
morphia-validation-0.104.jar | 5 KB |
morphia-validation-0.104-sources.jar | 2 KB |
morphia-validation-0.104-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.code.morphia/morphia-validation/ -->
<dependency>
<groupId>com.google.code.morphia</groupId>
<artifactId>morphia-validation</artifactId>
<version>0.104</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.morphia/morphia-validation/
implementation 'com.google.code.morphia:morphia-validation:0.104'
// https://jarcasting.com/artifacts/com.google.code.morphia/morphia-validation/
implementation ("com.google.code.morphia:morphia-validation:0.104")
'com.google.code.morphia:morphia-validation:jar:0.104'
<dependency org="com.google.code.morphia" name="morphia-validation" rev="0.104">
<artifact name="morphia-validation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.morphia', module='morphia-validation', version='0.104')
)
libraryDependencies += "com.google.code.morphia" % "morphia-validation" % "0.104"
[com.google.code.morphia/morphia-validation "0.104"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.morphia : morphia | jar | 0.104 |
javax.validation : validation-api | jar | 1.0.0.GA |
org.slf4j : slf4j-jdk14 Optional | jar | 1.5.6 |
Group / Artifact | Type | Version |
---|---|---|
org.mongodb : mongo-java-driver | jar | [2.10.1,2.11.2] |
Group / Artifact | Type | Version |
---|---|---|
org.hibernate : hibernate-validator | jar | 4.1.0.Final |
com.sun.xml.bind : jaxb-impl | jar | 2.1.12 |
junit : junit | jar | 4.11 |
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.