Guava is a suite of core and expanded libraries that include utility classes, google's collections, io classes, and much much more. This project includes GWT-friendly sources.
更新时间: 2024-06-01 02:19com.google.guava » guava-testlib
Guava testlib is a set of java classes used for more convenient unit testing - particularly to assist the tests for Guava itself.
更新时间: 2024-06-01 02:09Guava 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.
更新时间: 2024-06-01 02:06com.google.guava » failureaccess
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).
更新时间: 2023-10-17 21:16com.google.guava » listenablefuture
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 9999.0-... version number is enough for some build systems (notably, Gradle) to select that empty artifact over the "real" listenablefuture-1.0 -- avoiding a conflict with the copy of ListenableFuture in guava itself. If users are using an older version of Guava or a build
更新时间: 2018-09-12 03:40com.google.guava » guava-tests
The unit tests for the Guava libraries - separated into a separate artifact to allow for the testlibs to depend on guava itself.
更新时间: 2017-10-27 04:14com.google.guava » guava-tests-jdk5
The unit tests for the Guava libraries - separated into a separate artifact to allow for the testlibs to depend on guava itself.
更新时间: 2014-04-23 05:13com.google.guava » guava-testlib-jdk5
Guava testlib is a set of java classes used for more convenient unit testing - particularly to assist the tests for Guava itself.
更新时间: 2014-04-23 05:09Guava 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.
更新时间: 2014-04-23 05:09com.google.guava » guava-bootstrap-jdk5
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.
更新时间: 2014-04-23 05:08com.google.guava » guava-bootstrap
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.
更新时间: 2012-02-22 22:01Guava IO contains a variety of types and utilities to ease IO handling in Java.
更新时间: 2010-04-26 21:09仓库 | 个数 |
Central | 592045 |