Group: Google 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 Oct 11, 2023
Contains com.google.common.util.concurrent.internal.InternalFutureFailureAccess and InternalFutures. Most users will never need to use this artifact. Its classes are 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 Oct 17, 2023
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

4. Guava Testing Library493 usages

com.google.guava » guava-testlibApache

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 Oct 11, 2023
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 Oct 11, 2023
Guava is a suite of core and expanded libraries that include utility classes, google's collections, io classes, and much much more. Guava has only one code dependency - javax.annotation, per the JSR-305 spec.
Last Release on Apr 22, 2014
Guava Collections is a collections extension library with expanded collection types, implementations, and utility methods for dealing with aggregate data.
Last Release on Apr 26, 2010
Group Google Guava WSO2
Guava IO contains a variety of types and utilities to ease IO handling in Java.
Last Release on Apr 26, 2010
Guava Base contains core classes, utility methods, and services used by other parts of the Guava libraries.
Last Release on Apr 26, 2010
Guava annotations are used throughout the Guava libraries.
Last Release on Apr 26, 2010

12. Guava Bridge3 usages

com.google.guava » guava-bridgeApache

Guava Bridge
Last Release on Sep 25, 2017

13. Guava Unit Tests3 usages

com.google.guava » guava-testsApache

The unit tests for the Guava libraries - separated into a separate artifact to allow for the testlibs to depend on guava itself.
Last Release on Oct 26, 2017
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.
Last Release on Sep 16, 2014
ExecutorService's type parameters changed between JDK5 and JDK6 in a way that makes it impossible for our invokeAll/invokeAny methods to match both at compile time. This project builds a JDK6-like copy of ExecutorService (but with JDK5 compiler settings to ensure that it will work with JRE5 at runtime). It also builds a version of AbstractExecutorService that is equivalent to a JDK5 version but using the JDK6 type parameters for the invokeAll/invokeAny methods just as with ...
Last Release on Apr 22, 2014

16. Guava Rate Limiter2 usages

com.google.guava » guava-rate-limiterApache

Guava Rate Limiter
Last Release on Nov 7, 2017
ExecutorService's type parameters changed between JDK5 and JDK6 in a way that makes it impossible for our invokeAll/invokeAny methods to match both at compile time. This project builds a JDK6-like copy of ExecutorService (but with JDK5 compiler settings to ensure that it will work with JRE5 at runtime). This project's is then used in the bootstrap class path of Guava proper.
Last Release on Mar 30, 2012

18. Guava Maven Parent2 usages

com.google.guava » guava-parentApache

Parent for guava artifacts
Last Release on Oct 10, 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 Apr 22, 2014
Guava is a suite of core and expanded libraries that include utility classes, google's collections, io classes, and much much more.
Last Release on Apr 26, 2010