github google/guava v33.3.0
33.3.0

one month ago

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 the Duration overload of Suppliers.memoizeWithExpiration. (76fca99)
  • cache: Added CacheBuilder Duration overloads to guava-android. (a5f9bca)
  • collect: Removed @Beta from the guava-android Collector APIs. (c86c09d)
  • collect: Added ImmutableMultimap.builderWithExpectedKeys and ImmutableMultimap.Builder.expectedValuesPerKey. (c3d5b17)
  • graph: Improved Graphs.hasCycle to avoid causing StackOverflowError for long paths. (63734b9)
  • net: Added text/markdown to MediaType. (2466a09)
  • net: Deprecated HttpHeaders constant for Sec-Ch-UA-Form-Factor in favor of Sec-Ch-UA-Form-Factors to follow the latest spec. (b310b7e)
  • testing: Changed some test libraries to throw AssertionError (instead of the more specific AssertionFailedError) in some cases. (fdfbed1)

Don't miss a new guava release

NewReleases is sending notifications on new releases.