Jar examples for g:guice-servlet
Guice integration with servlets
You can download jar file guice-servlet 4.0-beta in this page.
Apache License
You can use the following script to add guice-servlet-4.0-beta.jar to your project.
<dependency> <groupId>com.google.inject.extensions</groupId> <artifactId>guice-servlet</artifactId> <version>4.0-beta</version> </dependency>
compile group: 'com.google.inject.extensions', name: 'guice-servlet', version: '4.0-beta'
libraryDependencies += "com.google.inject.extensions" % "guice-servlet" % "4.0-beta"
<dependency org="com.google.inject.extensions" name="guice-servlet" rev="4.0-beta"/>
@Grapes(@Grab(group='com.google.inject.extensions', module='guice-servlet', version='4.0-beta'))
'com.google.inject.extensions:guice-servlet:jar:4.0-beta'
Click the following link to download the jar file.
guice-servlet-4.0-beta-javadoc.jar