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-entityscanner-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 |
<!-- https://jarcasting.com/artifacts/org.mongodb.morphia/morphia-entityscanner-plug/ -->
<dependency>
<groupId>org.mongodb.morphia</groupId>
<artifactId>morphia-entityscanner-plug</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.mongodb.morphia/morphia-entityscanner-plug/
implementation 'org.mongodb.morphia:morphia-entityscanner-plug:1.3.2'
// https://jarcasting.com/artifacts/org.mongodb.morphia/morphia-entityscanner-plug/
implementation ("org.mongodb.morphia:morphia-entityscanner-plug:1.3.2")
'org.mongodb.morphia:morphia-entityscanner-plug:jar:1.3.2'
<dependency org="org.mongodb.morphia" name="morphia-entityscanner-plug" rev="1.3.2">
<artifact name="morphia-entityscanner-plug" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mongodb.morphia', module='morphia-entityscanner-plug', version='1.3.2')
)
libraryDependencies += "org.mongodb.morphia" % "morphia-entityscanner-plug" % "1.3.2"
[org.mongodb.morphia/morphia-entityscanner-plug "1.3.2"]
Group / Artifact | Type | Version |
---|---|---|
org.reflections : reflections | jar | 0.9.10 |
org.mongodb.morphia : morphia | jar | 1.3.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.slf4j : slf4j-simple | 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.