is not current version
Last Version 2.2.7

com.kotlinx:yserialport 2.2.4

serialport串口工具

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.kotlinx
ArtifactId

ArtifactId

yserialport
Version

Version

2.2.4
Type

Type

aar

Download yserialport 2.2.4


<!-- https://jarcasting.com/artifacts/com.kotlinx/yserialport/ -->
<dependency>
    <groupId>com.kotlinx</groupId>
    <artifactId>yserialport</artifactId>
    <version>2.2.4</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.kotlinx/yserialport/
implementation 'com.kotlinx:yserialport:2.2.4'
// https://jarcasting.com/artifacts/com.kotlinx/yserialport/
implementation ("com.kotlinx:yserialport:2.2.4")
'com.kotlinx:yserialport:aar:2.2.4'
<dependency org="com.kotlinx" name="yserialport" rev="2.2.4">
  <artifact name="yserialport" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.kotlinx', module='yserialport', version='2.2.4')
)
libraryDependencies += "com.kotlinx" % "yserialport" % "2.2.4"
[com.kotlinx/yserialport "2.2.4"]