This package browser is in early development. Mind the rough edges.

java-guava

Google core libraries for Java

Guava is a set of core libraries that includes new collection types (such as multimap and multiset), immutable collections, a graph library, functional types, an in-memory cache, and APIs/utilities for concurrency, I/O, hashing, primitives, reflection, string processing, and much more!

Installation

Install the latest version of java-guava as follows:

guix install java-guava

Or install a particular version:

guix install java-guava@20.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.