License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdcom.kotlinx |
ArtifactId | ArtifactIdyserialport |
Last Version | Last Version2.2.7 |
Release Date | Release Date |
Type | Typeaar |
Description |
Descriptionyserialport
serialport串口工具
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
yserialport-2.2.7.pom | |
yserialport-2.2.7-sources.jar | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.kotlinx/yserialport/ -->
<dependency>
<groupId>com.kotlinx</groupId>
<artifactId>yserialport</artifactId>
<version>2.2.7</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.kotlinx/yserialport/
implementation 'com.kotlinx:yserialport:2.2.7'
// https://jarcasting.com/artifacts/com.kotlinx/yserialport/
implementation ("com.kotlinx:yserialport:2.2.7")
'com.kotlinx:yserialport:aar:2.2.7'
<dependency org="com.kotlinx" name="yserialport" rev="2.2.7">
<artifact name="yserialport" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.kotlinx', module='yserialport', version='2.2.7')
)
libraryDependencies += "com.kotlinx" % "yserialport" % "2.2.7"
[com.kotlinx/yserialport "2.2.7"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.21 |