Download rxtx-2.2.2.jar file - Jar r

Jar examples for r:rxtx

Description

RXTX native loader, pulls in the gnu.io RXTX library as a dependency. Supports Windows, Linux, OS X - x86 and x86_64.

You can download jar file rxtx 2.2.2 in this page.

License

GNU Lesser General Public License, version 2.1

Build File

You can use the following script to add rxtx-2.2.2.jar to your project.

<dependency>
   <groupId>name.prokop.bart.rxtx</groupId>
   <artifactId>rxtx</artifactId>
   <version>2.2.2</version>
</dependency>
compile group: 'name.prokop.bart.rxtx', name: 'rxtx', version: '2.2.2'
libraryDependencies += "name.prokop.bart.rxtx" % "rxtx" % "2.2.2"
<dependency org="name.prokop.bart.rxtx" name="rxtx" rev="2.2.2"/>
@Grapes(@Grab(group='name.prokop.bart.rxtx', module='rxtx', version='2.2.2'))
'name.prokop.bart.rxtx:rxtx:jar:2.2.2'

Download

Click the following link to download the jar file.

rxtx-2.2.2-javadoc.jar
rxtx-2.2.2-sources.jar
rxtx-2.2.2.jar
rxtx-2.2.2.pom



Related Tutorials