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

Jar examples for g:guice

Description

Extensions for Google Guice: support of primary and worker Event Loop threads; construction of service graphs.

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

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

guice-3.0-rc2-javadoc.jar
guice-3.0-rc2-no_aop.jar
guice-3.0-rc2-sources.jar
guice-3.0-rc2-tests.jar
guice-3.0-rc2.jar
guice-3.0-rc2.pom



Related Tutorials