MVN

org.rxtx : rxtxcomm

Maven & Gradle

Nov 29, 2008

RXTX serial and parallel I/O libraries · RXTX is a native lib providing serial and parallel communication for the Java Development Toolkit (JDK).

<dependency>
    <groupId>org.rxtx</groupId>
    <artifactId>rxtxcomm</artifactId>
    <version>2.0-7pre1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.rxtx : rxtxcomm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0-7pre1

All Versions

Choose a version of org.rxtx : rxtxcomm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0
rxtxcomm-2.0-7pre1

How to add a dependency to Maven

Add the following org.rxtx : rxtxcomm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.rxtx</groupId>
    <artifactId>rxtxcomm</artifactId>
    <version>2.0-7pre1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.rxtx : rxtxcomm gradle dependency to your build.gradle file:

implementation 'org.rxtx:rxtxcomm:2.0-7pre1'

Gradle Kotlin DSL: Add the following org.rxtx : rxtxcomm gradle kotlin dependency to your build.gradle.kts file:

implementation("org.rxtx:rxtxcomm:2.0-7pre1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.rxtx : rxtxcomm sbt scala dependency to your build.sbt file:

libraryDependencies += "org.rxtx" % "rxtxcomm" % "2.0-7pre1"

Advertisement

Dependencies from Group

Apr 26, 2007
45 usages
Nov 29, 2008

Discover Dependencies

Sep 21, 2014
235 usages
3k stars
Jul 25, 2012
113 usages
Sep 20, 2005
123 usages
Dec 06, 2005
21 usages
Nov 27, 2012
32 usages
May 28, 2008
53 usages
Sep 25, 2012
3 usages
jms
Nov 08, 2005
6 usages
Aug 21, 2023
76 usages
8.4k stars