A collection of Java libraries on hand.
Project Status | Communication |
---|---|
Table of Contents
Guavaberry is a collection of Java libraries containing collections and utility classes that might be unavailable in the more popular Google Guava library.
To add Guavaberry as a Maven dependency, put the following in your pom.xml
file:
<dependency>
<groupId>com.github.guavaberry</groupId>
<artifactId>guavaberry</artifactId>
<version>1.0.0</version>
</dependency>
Requires JDK 1.8 or higher
- Learn about Guavaberry from Guavaberry Explained
- Guavaberry 1.0.0 API Doc
- Guavaberry Maven site
You could help improving Guavaberry in the following ways: