guava

Sort: popular | newest
Guava is a suite of core and expanded libraries that include utility classes, Google's collections, I/O classes, and much more.
Last Release on Aug 1, 2023
Add-on datatype-support module for Jackson (https://github.com/FasterXML/jackson) that handles Guava (https://github.com/google/guava) types (currently mostly just collection ones)
Last Release on May 31, 2023
Contains com.google.common.util.concurrent.internal.InternalFutureFailureAccess and InternalFutures. Most users will never need to use this artifact. Its classes is conceptually a part of Guava, but they're in this separate artifact so that Android libraries can use them without pulling in all of Guava (just as they can use ListenableFuture by depending on the listenablefuture artifact).
Last Release on Nov 19, 2018
An empty artifact that Guava depends on to signal that it is providing ListenableFuture -- but is also available in a second "version" that contains com.google.common.util.concurrent.ListenableFuture class, without any other Guava classes. The idea is: - If users want only ListenableFuture, they depend on listenablefuture-1.0. - If users want all of Guava, they depend on guava, which, as of Guava 27.0, depends on listenablefuture-9999.0-empty-to-avoid-conflict-with-guava. The ...
Last Release on Sep 11, 2018
A high performance caching library
Last Release on Aug 9, 2023
Guava testlib is a set of java classes used for more convenient unit testing - particularly to assist the tests for Guava itself.
Last Release on Aug 1, 2023
This is a small extension to Google's Guava library to allow for the creation of configurable retrying strategies for an arbitrary function call, such as something that talks to a remote service with flaky uptime.
Last Release on Jul 1, 2015
Apache Beam :: Vendored Dependencies :: Guava 26.0 JRE
Last Release on Jul 17, 2019
Guava is a suite of core and expanded libraries that include utility classes, Google's collections, I/O classes, and much more. This project includes GWT-friendly sources.
Last Release on Aug 1, 2023
Rich and fluent assertions for testing for Guava
Last Release on Jan 17, 2023