An open API service indexing awesome lists of open source software.

https://github.com/jbock-java/guava

modular guava
https://github.com/jbock-java/guava

java jpms

Last synced: 3 months ago
JSON representation

modular guava

Awesome Lists containing this project

README

          

# Guava: Google Core Libraries for Java

[![guava](https://maven-badges.herokuapp.com/maven-central/io.github.jbock-java/guava/badge.svg?subject=guava)](https://maven-badges.herokuapp.com/maven-central/io.github.jbock-java/guava)

This is a fork of [guava](https://github.com/google/guava/tree/9830997ec9676dcf794369da9b8b20b8162caa60)
but with a `module-info.java` and a gradle build.
As with the original guava, you should not persist serialized forms
and expect them to be compatible with future versions.

See also [guava-testlib](https://github.com/jbock-java/guava-testlib).