google/guava
google/guava
Activity
Last release
Open issues
Open PRs
License
release notes
release notes
Published 9/17/2025
MinorContains new features<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.5.0-jre</version>
<!-- or, for Android: -->
<version>33.5.0-android</version>
</dependency>
Guava requires one runtime dependency, which you can download here:
Automatic-Module-Name to guava-android. (It, unlike, guava-jre, is not a proper module.) (7a04a8a955)guava-gwt: Google has moved off GWT internally. We plan to continue to release guava-gwt for users of GWT and J2CL, but the artifact is no longer tested for GWT-specific issues, and we have limited resources to fix any unexpected issues that might arise. While we do not anticipate any specific problems, we can't guarantee how long support will continue.minSdkVersion to 23 (Marshmallow). This follows the minimum of Google's foundational Android libraries, and we expect it to have no practical impact on users. (5c23347cc1)cache: Improved the handling of exceptions from compute functions in Cache.asMap(). (We do still recommend using Caffeine rather than com.google.common.cache.) (087f2c4a80)collect: Improved Iterators.mergeSorted() to preserve stability for equal elements. (4dc93be9a8)math: Added saturatedAbs methods to IntMath and LongMath. (ed0e518f20)net: Added image/avif to MediaType. (53344caba6)testing: Made CollectorTester available to Android users. (294c251079)util.concurrent: Added Striped.custom. (1586eb271d)release notes
Published 9/17/2025
MinorContains new features<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.5.0-jre</version>
<!-- or, for Android: -->
<version>33.5.0-android</version>
</dependency>
Guava requires one runtime dependency, which you can download here:
Automatic-Module-Name to guava-android. (It, unlike, guava-jre, is not a proper module.) (7a04a8a955)guava-gwt: Google has moved off GWT internally. We plan to continue to release guava-gwt for users of GWT and J2CL, but the artifact is no longer tested for GWT-specific issues, and we have limited resources to fix any unexpected issues that might arise. While we do not anticipate any specific problems, we can't guarantee how long support will continue.minSdkVersion to 23 (Marshmallow). This follows the minimum of Google's foundational Android libraries, and we expect it to have no practical impact on users. (5c23347cc1)cache: Improved the handling of exceptions from compute functions in Cache.asMap(). (We do still recommend using Caffeine rather than com.google.common.cache.) (087f2c4a80)collect: Improved Iterators.mergeSorted() to preserve stability for equal elements. (4dc93be9a8)math: Added saturatedAbs methods to IntMath and LongMath. (ed0e518f20)net: Added image/avif to MediaType. (53344caba6)testing: Made CollectorTester available to Android users. (294c251079)util.concurrent: Added Striped.custom. (1586eb271d)