| Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
|---|---|
| GroupId | GroupIddev.morphia.morphia |
| ArtifactId | ArtifactIdguice-plug |
| Last Version | Last Version1.6.1 |
| 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.6.1.pom | |
| guice-plug-1.6.1.jar | 4 KB |
| guice-plug-1.6.1-sources.jar | 3 KB |
| guice-plug-1.6.1-javadoc.jar | 397 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/dev.morphia.morphia/guice-plug/ -->
<dependency>
<groupId>dev.morphia.morphia</groupId>
<artifactId>guice-plug</artifactId>
<version>1.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/dev.morphia.morphia/guice-plug/
implementation 'dev.morphia.morphia:guice-plug:1.6.1'
// https://jarcasting.com/artifacts/dev.morphia.morphia/guice-plug/
implementation ("dev.morphia.morphia:guice-plug:1.6.1")
'dev.morphia.morphia:guice-plug:jar:1.6.1'
<dependency org="dev.morphia.morphia" name="guice-plug" rev="1.6.1">
<artifact name="guice-plug" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.morphia.morphia', module='guice-plug', version='1.6.1')
)
libraryDependencies += "dev.morphia.morphia" % "guice-plug" % "1.6.1"
[dev.morphia.morphia/guice-plug "1.6.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.inject : guice | jar | 4.2.3 |
| dev.morphia.morphia : core | jar | 1.6.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13 |