Download jSerialComm-2.0.2.jar file - Jar j

Jar examples for j:jSerialComm

Description

A platform-independent serial communications library for Java.

You can download jar file jSerialComm 2.0.2 in this page.

License

GNU Lesser GPL, Version 3

Build File

You can use the following script to add jSerialComm-2.0.2.jar to your project.

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

Download

Click the following link to download the jar file.

jSerialComm-2.0.2-javadoc.jar
jSerialComm-2.0.2-sources.jar
jSerialComm-2.0.2.jar
jSerialComm-2.0.2.pom



Related Tutorials