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 |
---|---|
GroupId | GroupIdcom.google.code.morphia |
ArtifactId | ArtifactIdmorphia-parent |
Last Version | Last Version0.104 |
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.104.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.code.morphia/morphia-parent/ -->
<dependency>
<groupId>com.google.code.morphia</groupId>
<artifactId>morphia-parent</artifactId>
<version>0.104</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.morphia/morphia-parent/
implementation 'com.google.code.morphia:morphia-parent:0.104'
// https://jarcasting.com/artifacts/com.google.code.morphia/morphia-parent/
implementation ("com.google.code.morphia:morphia-parent:0.104")
'com.google.code.morphia:morphia-parent:pom:0.104'
<dependency org="com.google.code.morphia" name="morphia-parent" rev="0.104">
<artifact name="morphia-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google.code.morphia', module='morphia-parent', version='0.104')
)
libraryDependencies += "com.google.code.morphia" % "morphia-parent" % "0.104"
[com.google.code.morphia/morphia-parent "0.104"]
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.