MVN

name.prokop.bart.rxtx : rxtx

Maven & Gradle

Sep 07, 2017
2 usages
13 stars

RXTX · Serial port library for Java with embedded natives

<dependency>
    <groupId>name.prokop.bart.rxtx</groupId>
    <artifactId>rxtx</artifactId>
    <version>2.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of name.prokop.bart.rxtx : rxtx to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.2

All Versions

Choose a version of name.prokop.bart.rxtx : rxtx to add to Maven or Gradle - All Versions:

  • Version Updated
  • rxtx-2.2.2

    Sep 06, 2017
  • rxtx-2.2.1

    Aug 20, 2014

How to add a dependency to Maven

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

<dependency>
    <groupId>name.prokop.bart.rxtx</groupId>
    <artifactId>rxtx</artifactId>
    <version>2.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following name.prokop.bart.rxtx : rxtx gradle dependency to your build.gradle file:

implementation 'name.prokop.bart.rxtx:rxtx:2.2.2'

Gradle Kotlin DSL: Add the following name.prokop.bart.rxtx : rxtx gradle kotlin dependency to your build.gradle.kts file:

implementation("name.prokop.bart.rxtx:rxtx:2.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following name.prokop.bart.rxtx : rxtx sbt scala dependency to your build.sbt file:

libraryDependencies += "name.prokop.bart.rxtx" % "rxtx" % "2.2.2"