github google/guava v33.4.5
33.4.5

latest releases: v33.4.6, tmp-33.4.6
12 days ago

Even if you're not upgrading from Guava 33.4.0 or earlier, still read the release notes for Guava 33.4.1. Those release notes contain information about Guava 33.4.5's effect on the module system.

Maven

<dependency>
  <groupId>com.google.guava</groupId>
  <artifactId>guava</artifactId>
  <version>33.4.5-jre</version>
  <!-- or, for Android: -->
  <version>33.4.5-android</version>
</dependency>

Jar files

Guava requires one runtime dependency, which you can download here:

Javadoc

JDiff

Changelog

Special thanks to @sgammon for his modularization efforts.

Don't miss a new guava release

NewReleases is sending notifications on new releases.