| Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
|---|---|
| GroupId | GroupIdxyz.morphia.morphia |
| ArtifactId | ArtifactIdguice-plug |
| Last Version | Last Version1.4.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Filename | Size |
|---|---|
| guice-plug-1.4.0.pom | |
| guice-plug-1.4.0.jar | 4 KB |
| guice-plug-1.4.0-sources.jar | 2 KB |
| guice-plug-1.4.0-javadoc.jar | 27 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/xyz.morphia.morphia/guice-plug/ -->
<dependency>
<groupId>xyz.morphia.morphia</groupId>
<artifactId>guice-plug</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.morphia.morphia/guice-plug/
implementation 'xyz.morphia.morphia:guice-plug:1.4.0'
// https://jarcasting.com/artifacts/xyz.morphia.morphia/guice-plug/
implementation ("xyz.morphia.morphia:guice-plug:1.4.0")
'xyz.morphia.morphia:guice-plug:jar:1.4.0'
<dependency org="xyz.morphia.morphia" name="guice-plug" rev="1.4.0">
<artifact name="guice-plug" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.morphia.morphia', module='guice-plug', version='1.4.0')
)
libraryDependencies += "xyz.morphia.morphia" % "guice-plug" % "1.4.0"
[xyz.morphia.morphia/guice-plug "1.4.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.inject : guice | jar | 3.0 |
| xyz.morphia.morphia : core | jar | 1.4.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |