Browse Source

Acknowledge new libraries in README

master
Gwendal 7 years ago
parent
commit
b62994de62
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      README.md

+ 3
- 1
README.md View File

@ -65,4 +65,6 @@ The resulting binary can then be found in `build/libs/bandcamp-collection-downlo
- [jsoup](https://jsoup.org/) to get and parse HTML, - [jsoup](https://jsoup.org/) to get and parse HTML,
- [zt-zip](https://github.com/zeroturnaround/zt-zip) to unzip downloaded albums, - [zt-zip](https://github.com/zeroturnaround/zt-zip) to unzip downloaded albums,
- [picocli](https://picocli.info/) to provide a fancy CLI, - [picocli](https://picocli.info/) to provide a fancy CLI,
- [Gson](https://github.com/google/gson) to parse JSON.
- [Gson](https://github.com/google/gson) to parse JSON files,
- [[ini4j]](http://ini4j.sourceforge.net/) to parse INI files,
- [sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) to read SQLite files.

Loading…
Cancel
Save