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

License

The Apache Software License, Version 2.0

Build File

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

<dependency>
   <groupId>de.weltraumschaf.commons</groupId>
   <artifactId>guava</artifactId>
   <version>1.0.0-alpha</version>
</dependency>
compile group: 'de.weltraumschaf.commons', name: 'guava', version: '1.0.0-alpha'
libraryDependencies += "de.weltraumschaf.commons" % "guava" % "1.0.0-alpha"
<dependency org="de.weltraumschaf.commons" name="guava" rev="1.0.0-alpha"/>
@Grapes(@Grab(group='de.weltraumschaf.commons', module='guava', version='1.0.0-alpha'))
'de.weltraumschaf.commons:guava:jar:1.0.0-alpha'

Download

Click the following link to download the jar file.

guava-1.0.0-alpha-javadoc.jar
guava-1.0.0-alpha-sources.jar
guava-1.0.0-alpha.jar
guava-1.0.0-alpha.pom



Related Tutorials