aboutsummaryrefslogtreecommitdiff
path: root/overview.html
blob: b9cb1a9e445ef763714a28d1127e4e1d6864c776 (plain)
1
2
3
4
5
6
7
8
9
10
11
<body>
<!-- LINT.IfChange -->
Guava is a set of core Java libraries from Google that includes new collection
types (such as multimap and multiset), immutable collections, a graph library,
and utilities for concurrency, I/O, hashing, primitives, strings, and more! It
is widely used on most Java projects within Google, and widely used by many
other companies as well.
<!-- LINT.ThenChange(README.md) -->

<p>For more information, see <a href="https://guava.dev/">guava.dev</a>.
</body>