Download guava-r06.jar file - Jar g

Jar examples for g:guava

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 is a complete packaging of all the Guava libraries into a single jar. Individual portions of Guava can be used by downloading the appropriate module and its dependencies. Guava (complete) has only one code dependency - javax.annotation, per the JSR-305 spec.

You can download jar file guava r06 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

guava-r06-javadoc.jar
guava-r06-site.jar
guava-r06-sources.jar
guava-r06.jar
guava-r06.pom



Related Tutorials