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/]
- Host: GitHub
- URL: https://github.com/ghusta/guava-test
- Owner: ghusta
- Created: 2013-12-04T14:13:32.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-04T16:34:46.000Z (over 11 years ago)
- Last Synced: 2025-01-06T22:36:01.407Z (5 months ago)
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
*