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