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 GUI User Interface Guice Application Layer Libs Dependency Injection |
GroupId | GroupIdorg.mongodb.morphia |
ArtifactId | ArtifactIdmorphia-guice-plug |
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-guice-plug-1.3.2.pom | |
morphia-guice-plug-1.3.2.jar | 3 KB |
morphia-guice-plug-1.3.2-sources.jar | 2 KB |
morphia-guice-plug-1.3.2-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mongodb.morphia/morphia-guice-plug/ -->
<dependency>
<groupId>org.mongodb.morphia</groupId>
<artifactId>morphia-guice-plug</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.mongodb.morphia/morphia-guice-plug/
implementation 'org.mongodb.morphia:morphia-guice-plug:1.3.2'
// https://jarcasting.com/artifacts/org.mongodb.morphia/morphia-guice-plug/
implementation ("org.mongodb.morphia:morphia-guice-plug:1.3.2")
'org.mongodb.morphia:morphia-guice-plug:jar:1.3.2'
<dependency org="org.mongodb.morphia" name="morphia-guice-plug" rev="1.3.2">
<artifact name="morphia-guice-plug" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mongodb.morphia', module='morphia-guice-plug', version='1.3.2')
)
libraryDependencies += "org.mongodb.morphia" % "morphia-guice-plug" % "1.3.2"
[org.mongodb.morphia/morphia-guice-plug "1.3.2"]
Group / Artifact | Type | Version |
---|---|---|
com.google.inject : guice | jar | 3.0 |
org.mongodb.morphia : morphia | jar | 1.3.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
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.