Download jSerialComm-1.3.11.jar file - Jar j

Jar examples for j:jSerialComm

Description

A platform-independent serial communications library for Java.

You can download jar file jSerialComm 1.3.11 in this page.

License

GNU Lesser GPL, Version 3

Build File

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

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

Download

Click the following link to download the jar file.

jSerialComm-1.3.11-javadoc.jar
jSerialComm-1.3.11-sources.jar
jSerialComm-1.3.11.jar
jSerialComm-1.3.11.pom



Related Tutorials