License |
License |
---|---|
Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
GroupId | GroupIdcom.google.code.guice |
ArtifactId | ArtifactIdguice |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionGuice
Guice (pronounced 'juice') is a lightweight dependency injection framework for Java
5, brought to you by Google.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
guice-1.0.pom | |
guice-1.0.jar | 4 KB |
guice-1.0-sources.jar | 114 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.code.guice/guice/ -->
<dependency>
<groupId>com.google.code.guice</groupId>
<artifactId>guice</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.guice/guice/
implementation 'com.google.code.guice:guice:1.0'
// https://jarcasting.com/artifacts/com.google.code.guice/guice/
implementation ("com.google.code.guice:guice:1.0")
'com.google.code.guice:guice:pom:1.0'
<dependency org="com.google.code.guice" name="guice" rev="1.0">
<artifact name="guice" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google.code.guice', module='guice', version='1.0')
)
libraryDependencies += "com.google.code.guice" % "guice" % "1.0"
[com.google.code.guice/guice "1.0"]