Download guice-2.0-no_aop.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 2.0-no_aop in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add guice-2.0-no_aop.jar to your project.

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

Download

Click the following link to download the jar file.

guice-2.0-no_aop-javadoc.jar
guice-2.0-no_aop-sources.jar
guice-2.0-no_aop.jar
guice-2.0-no_aop.pom



Related Tutorials