v27.0
版本发布时间: 2018-10-19 02:51:15
google/guava最新发布版本:v33.3.1(2024-09-24 04:55:13)
Maven
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>27.0-jre</version>
<!-- or, for Android: -->
<version>27.0-android</version>
</dependency>
Javadoc
JDiff
Changelog
Important: ListenableFuture
is now available as a separate artifact (com.google.guava:listenablefuture:1.0
) from the rest of Guava. As part of that change, Guava now has a real (needed at runtime) dependency on com.google.guava:failureaccess:1.0
. For more details, see this announcement. (b62d52926)
-
collect
: Added agap(Range)
method toRange
that computes theRange
that lies between them. (a9dd7098f) -
net
: AddedHttpHeaders.EARLY_DATA
. (e074cf1a7) -
net
: AddedMediaType.WASM_APPLICATION
. (0b3eb0f4e) -
concurrent
:AbstractFuture
doesn't exposeFluentFuture
APIs anymore. (0f8d3608a) -
concurrent
: AddeddoCancelStart
protected method toAbstractService
(27bfe412b)