Download guice-4.0-beta4.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 4.0-beta4 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add guice-4.0-beta4.jar to your project.

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

Download

Click the following link to download the jar file.

guice-4.0-beta4-classes.jar
guice-4.0-beta4-javadoc.jar
guice-4.0-beta4-no_aop.jar
guice-4.0-beta4-site.jar
guice-4.0-beta4-sources.jar
guice-4.0-beta4-test-sources.jar
guice-4.0-beta4-tests.jar
guice-4.0-beta4.jar
guice-4.0-beta4.pom



Related Tutorials