Download guava-gwt-24.0-jre.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 24.0-jre in this page.

Build File

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

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

Download

Click the following link to download the jar file.

guava-gwt-24.0-jre-javadoc.jar
guava-gwt-24.0-jre-sources.jar
guava-gwt-24.0-jre.jar
guava-gwt-24.0-jre.pom



Related Tutorials