re-import sources as agreed with the maintainer

This commit is contained in:
Adam Samalik 2023-06-29 11:30:55 +02:00
parent 09899981ca
commit 6e1f97ffca
2 changed files with 8 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,2 +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.