GU

Guava

Google's core Java libraries — collections, caching, primitives, concurrency, I/O, and string processing utilities.

Java utility free Open Source since 2007

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

High-performance JSON processor for Java — object mapping, streaming API, data binding, and a …

serialization 2009 open source

// tags

utilitycollectionscachingjavagoogleimmutable
Something wrong? Edit this entry on GitHub.
✏ Edit on GitHub