Download guice-parent-3.0.jar file - Jar g

Jar examples for g:guice-parent

Description

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

You can download jar file guice-parent 3.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add guice-parent-3.0.jar to your project.

<dependency>
   <groupId>com.google.inject</groupId>
   <artifactId>guice-parent</artifactId>
   <version>3.0</version>
</dependency>
compile group: 'com.google.inject', name: 'guice-parent', version: '3.0'
libraryDependencies += "com.google.inject" % "guice-parent" % "3.0"
<dependency org="com.google.inject" name="guice-parent" rev="3.0"/>
@Grapes(@Grab(group='com.google.inject', module='guice-parent', version='3.0'))
'com.google.inject:guice-parent:jar:3.0'

Download

Click the following link to download the jar file.

guice-parent-3.0.pom



Related Tutorials