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-parent |
Last Version | Last Version0.105 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionMorphia Build
Build Project for Morphia
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
morphia-parent-0.105.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mongodb.morphia/morphia-parent/ -->
<dependency>
<groupId>org.mongodb.morphia</groupId>
<artifactId>morphia-parent</artifactId>
<version>0.105</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.mongodb.morphia/morphia-parent/
implementation 'org.mongodb.morphia:morphia-parent:0.105'
// https://jarcasting.com/artifacts/org.mongodb.morphia/morphia-parent/
implementation ("org.mongodb.morphia:morphia-parent:0.105")
'org.mongodb.morphia:morphia-parent:pom:0.105'
<dependency org="org.mongodb.morphia" name="morphia-parent" rev="0.105">
<artifact name="morphia-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.mongodb.morphia', module='morphia-parent', version='0.105')
)
libraryDependencies += "org.mongodb.morphia" % "morphia-parent" % "0.105"
[org.mongodb.morphia/morphia-parent "0.105"]
Group / Artifact | Type | Version |
---|---|---|
org.mongodb : mongo-java-driver | jar | [2.10.1,2.11.2] |
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.