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

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

guava-25.1-jre-javadoc.jar
guava-25.1-jre-sources.jar
guava-25.1-jre.jar
guava-25.1-jre.pom



Related Tutorials