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 |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
GroupId | GroupIdcom.google.code.morphia |
ArtifactId | ArtifactIdmorphia-guice-plug |
Last Version | Last Version0.104 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGuice Plugin
Build Project for Morphia
|
Filename | Size |
---|---|
morphia-guice-plug-0.104.pom | |
morphia-guice-plug-0.104.jar | 4 KB |
morphia-guice-plug-0.104-sources.jar | 2 KB |
morphia-guice-plug-0.104-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.code.morphia/morphia-guice-plug/ -->
<dependency>
<groupId>com.google.code.morphia</groupId>
<artifactId>morphia-guice-plug</artifactId>
<version>0.104</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.morphia/morphia-guice-plug/
implementation 'com.google.code.morphia:morphia-guice-plug:0.104'
// https://jarcasting.com/artifacts/com.google.code.morphia/morphia-guice-plug/
implementation ("com.google.code.morphia:morphia-guice-plug:0.104")
'com.google.code.morphia:morphia-guice-plug:jar:0.104'
<dependency org="com.google.code.morphia" name="morphia-guice-plug" rev="0.104">
<artifact name="morphia-guice-plug" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.morphia', module='morphia-guice-plug', version='0.104')
)
libraryDependencies += "com.google.code.morphia" % "morphia-guice-plug" % "0.104"
[com.google.code.morphia/morphia-guice-plug "0.104"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.morphia : morphia | jar | 0.104 |
com.google.inject : guice | jar | 3.0 |
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.