Download calimero-rxtx-2.3-beta.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.3-beta 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.3-beta.jar to your project.

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

Download

Click the following link to download the jar file.

calimero-rxtx-2.3-beta-javadoc.jar
calimero-rxtx-2.3-beta-sources.jar
calimero-rxtx-2.3-beta-test-sources.jar
calimero-rxtx-2.3-beta-tests.jar
calimero-rxtx-2.3-beta.jar
calimero-rxtx-2.3-beta.pom



Related Tutorials