Download firmata4j-2.3.4.1.jar file - Jar f

Jar examples for f:firmata4j

Description

firmata4j is a client library of Firmata.

You can download jar file firmata4j 2.3.4.1 in this page.

License

MIT License

Build File

You can use the following script to add firmata4j-2.3.4.1.jar to your project.

<dependency>
   <groupId>com.github.kurbatov</groupId>
   <artifactId>firmata4j</artifactId>
   <version>2.3.4.1</version>
</dependency>
compile group: 'com.github.kurbatov', name: 'firmata4j', version: '2.3.4.1'
libraryDependencies += "com.github.kurbatov" % "firmata4j" % "2.3.4.1"
<dependency org="com.github.kurbatov" name="firmata4j" rev="2.3.4.1"/>
@Grapes(@Grab(group='com.github.kurbatov', module='firmata4j', version='2.3.4.1'))
'com.github.kurbatov:firmata4j:jar:2.3.4.1'

Download

Click the following link to download the jar file.

firmata4j-2.3.4.1-javadoc.jar
firmata4j-2.3.4.1-sources.jar
firmata4j-2.3.4.1.jar
firmata4j-2.3.4.1.pom



Related Tutorials