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-jrebel-plug |
Last Version | Last Version0.106 |
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-jrebel-plug-0.106.pom | |
morphia-jrebel-plug-0.106.jar | 261 bytes |
morphia-jrebel-plug-0.106-sources.jar | 261 bytes |
morphia-jrebel-plug-0.106-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.mongodb.morphia/morphia-jrebel-plug/ -->
<dependency>
<groupId>org.mongodb.morphia</groupId>
<artifactId>morphia-jrebel-plug</artifactId>
<version>0.106</version>
</dependency>
// https://jarcasting.com/artifacts/org.mongodb.morphia/morphia-jrebel-plug/
implementation 'org.mongodb.morphia:morphia-jrebel-plug:0.106'
// https://jarcasting.com/artifacts/org.mongodb.morphia/morphia-jrebel-plug/
implementation ("org.mongodb.morphia:morphia-jrebel-plug:0.106")
'org.mongodb.morphia:morphia-jrebel-plug:jar:0.106'
<dependency org="org.mongodb.morphia" name="morphia-jrebel-plug" rev="0.106">
<artifact name="morphia-jrebel-plug" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mongodb.morphia', module='morphia-jrebel-plug', version='0.106')
)
libraryDependencies += "org.mongodb.morphia" % "morphia-jrebel-plug" % "0.106"
[org.mongodb.morphia/morphia-jrebel-plug "0.106"]
Group / Artifact | Type | Version |
---|---|---|
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.