Added library links

This commit is contained in:
MatMasIt 2021-02-15 11:11:07 +01:00 committed by GitHub
parent e0644e9106
commit 3ac7760254
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,10 @@
# Referenced Libraries
Jar referenced libraries to import in classpath. Jar referenced libraries to import in classpath.
System libraries: java-11-openjdk-amd64 System libraries: java-11-openjdk-amd64
|Library|Description|Link|
|----|----|----|
|json|Library to read json data from meta file|[JSON-java](https://github.com/stleary/JSON-java)|
|zip4j|Llibrary to extract from zip, with password features|[zip4j](https://github.com/srikanth-lingala/zip4j)|