GU
Guava
Google's core Java libraries — collections, caching, primitives, concurrency, I/O, and string processing utilities.
Guava fills in the gaps the JDK leaves open — immutable collections (ImmutableList, ImmutableMap), Optional before Java 8, LoadingCache for in-process caching, Multimap, Table, Preconditions, and Strings. It is one of the most depended-upon Java libraries in the Maven ecosystem.
// commonly used with
Opinionated Spring framework for production-ready Java microservices — auto-configuration, …
web
2014
// related libraries
// tags
utilitycollectionscachingjavagoogleimmutable