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 |
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-1.3.2.pom | |
morphia-1.3.2.jar | 266 KB |
morphia-1.3.2-sources.jar | 167 KB |
morphia-1.3.2-javadoc.jar | 635 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mongodb.morphia/morphia/ -->
<dependency>
<groupId>org.mongodb.morphia</groupId>
<artifactId>morphia</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.mongodb.morphia/morphia/
implementation 'org.mongodb.morphia:morphia:1.3.2'
// https://jarcasting.com/artifacts/org.mongodb.morphia/morphia/
implementation ("org.mongodb.morphia:morphia:1.3.2")
'org.mongodb.morphia:morphia:jar:1.3.2'
<dependency org="org.mongodb.morphia" name="morphia" rev="1.3.2">
<artifact name="morphia" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mongodb.morphia', module='morphia', version='1.3.2')
)
libraryDependencies += "org.mongodb.morphia" % "morphia" % "1.3.2"
[org.mongodb.morphia/morphia "1.3.2"]
Group / Artifact | Type | Version |
---|---|---|
org.mongodb : mongo-java-driver | jar | 3.4.0 |
cglib : cglib-nodep | jar | 2.2.2 |
com.thoughtworks.proxytoys : proxytoys | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.skyscreamer : jsonassert | jar | 1.2.3 |
org.zeroturnaround : zt-exec | jar | 1.5 |
log4j : log4j | jar | 1.2.17 |
org.slf4j : slf4j-log4j12 | jar | 1.7.2 |
org.slf4j : jul-to-slf4j | jar | 1.7.2 |
com.jayway.awaitility : awaitility | jar | 1.5.0 |
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.