Last Version

Guice 1.0

Guice (pronounced 'juice') is a lightweight dependency injection framework for Java 5, brought to you by Google.

License

License

Categories

Categories

GUI User Interface Guice Application Layer Libs Dependency Injection
GroupId

GroupId

com.google.code.guice
ArtifactId

ArtifactId

guice
Version

Version

1.0
Type

Type

pom
Description

Description

Guice
Guice (pronounced 'juice') is a lightweight dependency injection framework for Java 5, brought to you by Google.
Project Organization

Project Organization

Google

Download guice 1.0


<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.