v33.3.0
版本发布时间: 2024-08-17 07:38:09
google/guava最新发布版本:v33.3.1(2024-09-24 04:55:13)
Maven
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.3.0-jre</version>
<!-- or, for Android: -->
<version>33.3.0-android</version>
</dependency>
Jar files
Guava requires one runtime dependency, which you can download here:
Javadoc
JDiff
Changelog
-
base
: Removed@Beta
from theDuration
overload ofSuppliers.memoizeWithExpiration
. (76fca99db95ce9c8e55bb9c37fd0e44ef0451a80) -
cache
: AddedCacheBuilder
Duration
overloads toguava-android
. (a5f9bcafd6) -
collect
: Removed@Beta
from theguava-android
Collector
APIs. (c86c09dc3d) -
collect
: AddedImmutableMultimap.builderWithExpectedKeys
andImmutableMultimap.Builder.expectedValuesPerKey
. (c3d5b17dc2) -
graph
: ImprovedGraphs.hasCycle
to avoid causingStackOverflowError
for long paths. (63734b9dfc) -
net
: Addedtext/markdown
toMediaType
. (2466a099ae) -
net
: DeprecatedHttpHeaders
constant forSec-Ch-UA-Form-Factor
in favor ofSec-Ch-UA-Form-Factors
to follow the latest spec. (b310b7e1ee) -
testing
: Changed some test libraries to throwAssertionError
(instead of the more specificAssertionFailedError
) in some cases. (fdfbed1985)