Download guice-servlet-4.0-beta4.jar file - Jar g

Jar examples for g:guice-servlet

Description

Guice integration with servlets

You can download jar file guice-servlet 4.0-beta4 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials