r

rxtx

RXTX native loader, pulls in the gnu.io RXTX library as a dependency. Supports Windows, Linux, OS X - x86 and x86_64.
https://github.com/reines/rxtx
GNU Lesser General Public License, version 2.1
Jamie Furness
文件下载
文件名 操作
rxtx-1.2.jar 下载
rxtx-1.2.pom 下载
rxtx-1.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.jamierf</groupId>
  <artifactId>rxtx</artifactId>
  <version>1.2</version>
</dependency>
Gradle Groovy
implementation 'com.jamierf:rxtx:1.2'
Gradle Kotlin
implementation("com.jamierf:rxtx:1.2")
Scala SBT
libraryDependencies += "com.jamierf" % "rxtx" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.jamierf', module='rxtx', version='1.2')
)
Apache Ivy
<dependency org="com.jamierf" name="rxtx" rev="1.2" />
Leiningen
[com.jamierf/rxtx "1.2"]
Apache Buildr
'com.jamierf:rxtx:jar:1.2'