Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,25 @@
<packaging>bundle</packaging>

<name>jssc</name>

<description>
jSSC (Java Simple Serial Connector) - library for working with serial ports from Java. jSSC support Win32(Win98-Win8), Win64, Linux(x86, x86-64, ARM), Solaris(x86, x86-64), Mac OS X 10.5 and higher(x86, x86-64, PPC, PPC64).
</description>

<url>https://code.google.com/p/java-simple-serial-connector/</url>

<scm>
<connection>https://github.com/scream3r/java-simple-serial-connector.git</connection>
<url>https://github.com/scream3r/java-simple-serial-connector</url>
</scm>

<licenses>
<license>
<name>GNU Lesser General Public License</name>
<url>http://www.gnu.org/licenses/lgpl.html</url>
</license>
</licenses>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down
Binary file added src/main/resources/libs/windows/jSSC-2.8_x86.dll
Binary file not shown.
Binary file not shown.