google/guava
Google core libraries for Java observed · 2026-08-28
Health v2 · maintenance only
99/100
- Activity 99
- Release rhythm 98
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 6
- age_days: 4479
- days_rel: 15
- days_push: 7
- n_releases_24m: 14
Adoption not part of the score
51891 stars · 11194 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Guava is Google's set of core Java libraries providing new collection types (multimap, multiset, immutable collections), a graph library, and utilities for concurrency, I/O, hashing, primitives, strings, caching, and math. It ships in JRE and Android flavors and is widely used across Google and the broader Java ecosystem.
Use cases
- use immutable collections in java
- multimap and multiset data structures for java
- java concurrency utilities like listenablefuture
- graph data structure library for jvm
- string and hashing helper utilities in java
- in-memory caching in java
- common utility library to replace boilerplate in java projects
When to choose
- you want battle-tested, widely adopted core utilities for any Java 8+ project
- you need collection types beyond the JDK such as multimaps, multisets, or immutable collections
- you are building an Android app and want the Android-compatible flavor
When to avoid
- you only need a modern high-performance cache - prefer Caffeine, which Guava itself recommends
- you want event-driven pub-sub - Guava's EventBus is discouraged in favor of dependency injection and concurrency frameworks
- your project is minimal and you want to avoid a large dependency for a few utilities
Facets
library · maturity stable
caching concurrency serialization math developer-tools developer-tools cross-platform jvm cross-platform collections immutable-collections graph-library google core-libraries utilities hashing io-utilities algorithms android
4 sources
- readme: https://github.com/google/guava · fetched 2026-08-28 · 60caa30ba67d
- homepage: https://guava.dev/ · fetched 2026-08-28 · e6600fb04c52
- site_page: https://guava.dev/releases/snapshot-jre/api/docs/ · fetched 2026-08-28 · b17616faade4
- site_page: https://guava.dev/releases/snapshot-jre/api/diffs/ · fetched 2026-08-28 · 1736d5c95072
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| google/guava | main | 99 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem