Download guava-jdk5-16.0.jar file - Jar g

Jar examples for g:guava-jdk5

Description

Guava is a suite of core and expanded libraries that include utility classes, google's collections, io classes, and much much more. Guava has only one code dependency - javax.annotation, per the JSR-305 spec.

You can download jar file guava-jdk5 16.0 in this page.

Build File

You can use the following script to add guava-jdk5-16.0.jar to your project.

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

Download

Click the following link to download the jar file.

guava-jdk5-16.0-javadoc.jar
guava-jdk5-16.0-site.jar
guava-jdk5-16.0-sources.jar
guava-jdk5-16.0.jar
guava-jdk5-16.0.pom



Related Tutorials