Download guava-gwt-11.0.2.jar file - Jar g

Jar examples for g:guava-gwt

Description

Guava is a suite of core and expanded libraries that include utility classes, google's collections, io classes, and much much more. This project includes GWT-friendly sources.

You can download jar file guava-gwt 11.0.2 in this page.

Build File

You can use the following script to add guava-gwt-11.0.2.jar to your project.

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

Download

Click the following link to download the jar file.

guava-gwt-11.0.2-javadoc.jar
guava-gwt-11.0.2-site.jar
guava-gwt-11.0.2-sources.jar
guava-gwt-11.0.2.jar
guava-gwt-11.0.2.pom



Related Tutorials