Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdorg.xbib |
ArtifactId | ArtifactIdguice |
Version | Version4.0.4 |
Type | Typejar |
Filename | Size |
---|---|
guice-4.0.4.pom | |
guice-4.0.4.jar | 499 KB |
guice-4.0.4-sources.jar | 263 KB |
guice-4.0.4-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.xbib/guice/ -->
<dependency>
<groupId>org.xbib</groupId>
<artifactId>guice</artifactId>
<version>4.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.xbib/guice/
implementation 'org.xbib:guice:4.0.4'
// https://jarcasting.com/artifacts/org.xbib/guice/
implementation ("org.xbib:guice:4.0.4")
'org.xbib:guice:jar:4.0.4'
<dependency org="org.xbib" name="guice" rev="4.0.4">
<artifact name="guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xbib', module='guice', version='4.0.4')
)
libraryDependencies += "org.xbib" % "guice" % "4.0.4"
[org.xbib/guice "4.0.4"]