Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdcom.kotlinx |
ArtifactId | ArtifactIdyserialport |
Version | Version2.1.9 |
Type | Typeaar |
Filename | Size |
---|---|
yserialport-2.1.9.pom | |
yserialport-2.1.9-sources.jar | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.kotlinx/yserialport/ -->
<dependency>
<groupId>com.kotlinx</groupId>
<artifactId>yserialport</artifactId>
<version>2.1.9</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.kotlinx/yserialport/
implementation 'com.kotlinx:yserialport:2.1.9'
// https://jarcasting.com/artifacts/com.kotlinx/yserialport/
implementation ("com.kotlinx:yserialport:2.1.9")
'com.kotlinx:yserialport:aar:2.1.9'
<dependency org="com.kotlinx" name="yserialport" rev="2.1.9">
<artifact name="yserialport" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.kotlinx', module='yserialport', version='2.1.9')
)
libraryDependencies += "com.kotlinx" % "yserialport" % "2.1.9"
[com.kotlinx/yserialport "2.1.9"]