License |
License |
---|---|
Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
GroupId | GroupIdcom.github.jmkgreen.morphia |
ArtifactId | ArtifactIdmorphia-guice-plug |
Last Version | Last Version1.00 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGuice Plugin
Build Project for Morphia
|
Filename | Size |
---|---|
morphia-guice-plug-1.00.pom | |
morphia-guice-plug-1.00.jar | 4 KB |
morphia-guice-plug-1.00-sources.jar | 2 KB |
morphia-guice-plug-1.00-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jmkgreen.morphia/morphia-guice-plug/ -->
<dependency>
<groupId>com.github.jmkgreen.morphia</groupId>
<artifactId>morphia-guice-plug</artifactId>
<version>1.00</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jmkgreen.morphia/morphia-guice-plug/
implementation 'com.github.jmkgreen.morphia:morphia-guice-plug:1.00'
// https://jarcasting.com/artifacts/com.github.jmkgreen.morphia/morphia-guice-plug/
implementation ("com.github.jmkgreen.morphia:morphia-guice-plug:1.00")
'com.github.jmkgreen.morphia:morphia-guice-plug:jar:1.00'
<dependency org="com.github.jmkgreen.morphia" name="morphia-guice-plug" rev="1.00">
<artifact name="morphia-guice-plug" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jmkgreen.morphia', module='morphia-guice-plug', version='1.00')
)
libraryDependencies += "com.github.jmkgreen.morphia" % "morphia-guice-plug" % "1.00"
[com.github.jmkgreen.morphia/morphia-guice-plug "1.00"]
Group / Artifact | Type | Version |
---|---|---|
com.github.jmkgreen.morphia : morphia | jar | 1.0 |
com.google.inject : guice | jar | 2.0 |
org.mongodb : mongo-java-driver Optional | jar | [2.9,) |
Group / Artifact | Type | Version |
---|---|---|
junit : junit Optional | jar | 4.8.1 |