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