Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.github.jmkgreen.morphia |
ArtifactId | ArtifactIdmorphia-guice-plugin |
Version | Version1.2.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.jmkgreen.morphia/morphia-guice-plugin/ -->
<dependency>
<groupId>com.github.jmkgreen.morphia</groupId>
<artifactId>morphia-guice-plugin</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jmkgreen.morphia/morphia-guice-plugin/
implementation 'com.github.jmkgreen.morphia:morphia-guice-plugin:1.2.2'
// https://jarcasting.com/artifacts/com.github.jmkgreen.morphia/morphia-guice-plugin/
implementation ("com.github.jmkgreen.morphia:morphia-guice-plugin:1.2.2")
'com.github.jmkgreen.morphia:morphia-guice-plugin:jar:1.2.2'
<dependency org="com.github.jmkgreen.morphia" name="morphia-guice-plugin" rev="1.2.2">
<artifact name="morphia-guice-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jmkgreen.morphia', module='morphia-guice-plugin', version='1.2.2')
)
libraryDependencies += "com.github.jmkgreen.morphia" % "morphia-guice-plugin" % "1.2.2"
[com.github.jmkgreen.morphia/morphia-guice-plugin "1.2.2"]