From e392e086f7a64a5690e1640e2ff974bfb83d7d05 Mon Sep 17 00:00:00 2001 From: Gwendal Date: Wed, 8 Aug 2018 00:39:25 +0200 Subject: [PATCH] Add dependencies --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c9ca2e3..f0a9a1b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Bandcamp collection downloader -A command-line tool to automatically download all albums of a Bandcamp collection. +A command-line tool written in Kotlin to automatically download all albums of a Bandcamp collection. ``` @@ -51,4 +51,11 @@ $ gradle fatjar The resulting binary can then be found in `build/libs/bandcamp-collection-downloader-all.jar`. - \ No newline at end of file + ## Dependencies + + This tool relies on the following libraries: + - [jsoup](https://jsoup.org/) to get and parse HTML, + - [zt-zip](https://github.com/zeroturnaround/zt-zip) to unzip downloaded albums, + - [picocli](https://picocli.info/) to provide a fancy CLI, + - [Gson](https://github.com/google/gson) to parse JSON. +m.google.code.gson:gson:2.8.5' \ No newline at end of file