Download guava-2.5.5.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 2.5.5 in this page.

License

The Apache Software License, Version 2.0

Build File

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

<dependency>
   <groupId>com.github.ben-manes.caffeine</groupId>
   <artifactId>guava</artifactId>
   <version>2.5.5</version>
</dependency>
compile group: 'com.github.ben-manes.caffeine', name: 'guava', version: '2.5.5'
libraryDependencies += "com.github.ben-manes.caffeine" % "guava" % "2.5.5"
<dependency org="com.github.ben-manes.caffeine" name="guava" rev="2.5.5"/>
@Grapes(@Grab(group='com.github.ben-manes.caffeine', module='guava', version='2.5.5'))
'com.github.ben-manes.caffeine:guava:jar:2.5.5'

Download

Click the following link to download the jar file.

guava-2.5.5-javadoc.jar
guava-2.5.5-sources.jar
guava-2.5.5-tests.jar
guava-2.5.5.jar
guava-2.5.5.pom



Related Tutorials