From 3ac77602543dea3d3b0ab0ebdb8fc988fd6d7130 Mon Sep 17 00:00:00 2001 From: MatMasIt <34745996+MatMasIt@users.noreply.github.com> Date: Mon, 15 Feb 2021 11:11:07 +0100 Subject: [PATCH] Added library links --- SafeBoxDecryptor/classpathDependencies/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/SafeBoxDecryptor/classpathDependencies/README.md b/SafeBoxDecryptor/classpathDependencies/README.md index 3cbf163..bbe1bed 100644 --- a/SafeBoxDecryptor/classpathDependencies/README.md +++ b/SafeBoxDecryptor/classpathDependencies/README.md @@ -1,2 +1,10 @@ +# Referenced Libraries + Jar referenced libraries to import in classpath. + 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)|