Skip to content

package firmata4j with its dependencies into a .jar from the latest commit on the master branch.

Notifications You must be signed in to change notification settings

philippegirard/firmata4j-autopack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this project?

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.

How to download the jar with all the dependencies

  1. Go to the /release folder
  2. Go to the most recent folder date (latest release)
  3. 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 image

How to add the .jar to your java project

  1. Copy the .jar to a /lib folder

image

  1. Add the jar to the build path

image

  1. enjoy!

image

Why this repository?

See docs/why.md

Need a new release?

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.

About

package firmata4j with its dependencies into a .jar from the latest commit on the master branch.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published