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
- Host: GitHub
- URL: https://github.com/jbock-java/guava
- Owner: jbock-java
- Created: 2021-11-04T09:22:03.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-25T13:21:12.000Z (almost 4 years ago)
- Last Synced: 2025-01-09T11:51:47.792Z (11 months ago)
- Topics: java, jpms
- Language: Java
- Homepage:
- Size: 3.94 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
Awesome Lists containing this project
README
# Guava: Google Core Libraries for Java
[](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).