Download calimero-rxtx-2.4-rc1.jar file - Jar c

Jar examples for c:calimero-rxtx

Description

Adapter to use the rxtx library for serial communication

You can download jar file calimero-rxtx 2.4-rc1 in this page.

License

GNU General Public License, version 2, with the Classpath Exception

Build File

You can use the following script to add calimero-rxtx-2.4-rc1.jar to your project.

<dependency>
   <groupId>com.github.calimero</groupId>
   <artifactId>calimero-rxtx</artifactId>
   <version>2.4-rc1</version>
</dependency>
compile group: 'com.github.calimero', name: 'calimero-rxtx', version: '2.4-rc1'
libraryDependencies += "com.github.calimero" % "calimero-rxtx" % "2.4-rc1"
<dependency org="com.github.calimero" name="calimero-rxtx" rev="2.4-rc1"/>
@Grapes(@Grab(group='com.github.calimero', module='calimero-rxtx', version='2.4-rc1'))
'com.github.calimero:calimero-rxtx:jar:2.4-rc1'

Download

Click the following link to download the jar file.

calimero-rxtx-2.4-rc1-javadoc.jar
calimero-rxtx-2.4-rc1-sources.jar
calimero-rxtx-2.4-rc1-test-sources.jar
calimero-rxtx-2.4-rc1-tests.jar
calimero-rxtx-2.4-rc1.jar
calimero-rxtx-2.4-rc1.pom



Related Tutorials