This project packages firmata4j into a jar file with all it's dependencies. It uses the latest commit on the master branch when compiling firmata4j.
- Go to the /release folder
- Go to the most recent folder date (latest release)
- Download the
firmata4j-autopack-****.**.**-SNAPSHOT-jar-with-dependencies.jar
Note1: In the /separated
folder are the dependencies that were packaged inside the
firmata4j-autopack-**-SNAPSHOT-jar-with-dependencies.jar
.
Note 2: In the /separated
folder you can see what commit of firmata4j
was used in the jar file by looking at the name:
For example if you have: firmata4j-master-firmata4j-2.3.8-g9de0fd9-12.jar
The commit hash would be: 9de0fd9
You can see all firmata4j's commits here: https://github.com/kurbatov/firmata4j/commits
- Copy the .jar to a /lib folder
- Add the jar to the build path
- enjoy!
See docs/why.md
Open an issue, this will trigger a github action that will package the .jar with all the dependencies from latest commit in the date of today.