Browse Source

Add dependencies

master
Gwendal 7 years ago
parent
commit
e392e086f7
1 changed files with 9 additions and 2 deletions
  1. +9
    -2
      README.md

+ 9
- 2
README.md View File

@ -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`.
## 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'

Loading…
Cancel
Save