An open API service indexing awesome lists of open source software.

https://github.com/ghusta/guava-test

Test of the Guava Java library [http://code.google.com/p/guava-libraries/]
https://github.com/ghusta/guava-test

Last synced: 3 months ago
JSON representation

Test of the Guava Java library [http://code.google.com/p/guava-libraries/]

Awesome Lists containing this project

README

        

# guava-test

Test of the Guava Java library [http://code.google.com/p/guava-libraries/]
Guava 15 needs Java 6.

## Maven

Dependency :

```xml

com.google.guava
guava
15.0

```

## References

* [Guava Wiki](http://code.google.com/p/guava-libraries/wiki/GuavaExplained)
* [Tutoriel d'introduction aux utilitaires de Guava](http://thierry-leriche-dessirier.developpez.com/tutoriels/java/guava/utilitaires/) (french)
*