Prerequisites - lrusso96/feedbooks-driver GitHub Wiki
JDK8
This application is written with JDK8 in mind. If you don't have a Java Development Kit installed you can download it from Oracle.
Compile from sources
git clone
or download this repo.- Open a terminal in the directory where the sources are stored.
- Execute
mvn install -DskipTests
. The .jar file will be in the target folder.