[top] / com / google / guava /
guava /
r08
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.
Repository |
external |
Group ID |
com.google.guava |
Artifact ID |
guava |
Version |
r08 |
Packaging |
jar |
Parent |
com.google google 5
(View)
|
POM Snippet
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>r08</version>
</dependency>
Other Details
SCM