re-import sources as agreed with the maintainer

This commit is contained in:
Adam Samalik 2023-06-29 10:54:19 +02:00
parent 237a0e99e8
commit 04a71ee0bc
2 changed files with 9 additions and 1 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/v20.0.tar.gz
/v20.0.tar.gz

8
README.md Normal file
View File

@ -0,0 +1,8 @@
# guava20
Guava is a suite of core and expanded libraries that include
utility classes, Googles collections, io classes, and much
much more.
This project is a complete packaging of all the Guava libraries
into a single jar. Individual portions of Guava can be used
by downloading the appropriate module and its dependencies.