Jar examples for g:guava
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 21.0 in this page.
The Apache Software License, Version 2.0
You can use the following script to add guava-21.0.jar to your project.
<dependency> <groupId>net.spals.shaded</groupId> <artifactId>guava</artifactId> <version>21.0</version> </dependency>
compile group: 'net.spals.shaded', name: 'guava', version: '21.0'
libraryDependencies += "net.spals.shaded" % "guava" % "21.0"
<dependency org="net.spals.shaded" name="guava" rev="21.0"/>
@Grapes(@Grab(group='net.spals.shaded', module='guava', version='21.0'))
'net.spals.shaded:guava:jar:21.0'
Click the following link to download the jar file.
guava-21.0.jar