MVN

io.github.xmaihh : serialport

Maven & Gradle

Aug 09, 2023
518 stars

serialport · Porting Google's official serial port libraryandroid-serialport-api,only supports serial port name and baud rate. This item adds support check digit, data bit, stop bit, flow control configuration item.

<dependency>
    <groupId>io.github.xmaihh</groupId>
    <artifactId>serialport</artifactId>
    <version>2.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.xmaihh : serialport to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.2

All Versions

Choose a version of io.github.xmaihh : serialport to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
serialport-2.1.2
serialport-2.1.1
2.1
serialport-2.1

How to add a dependency to Maven

Add the following io.github.xmaihh : serialport maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.xmaihh</groupId>
    <artifactId>serialport</artifactId>
    <version>2.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.xmaihh : serialport gradle dependency to your build.gradle file:

implementation 'io.github.xmaihh:serialport:2.1.2'

Gradle Kotlin DSL: Add the following io.github.xmaihh : serialport gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.xmaihh:serialport:2.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.xmaihh : serialport sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.xmaihh" % "serialport" % "2.1.2"