GroupId | GroupIdio.github.xmaihh |
---|---|
ArtifactId | ArtifactIdserialport |
Version | Version2.1 |
Type | Typeaar |
Filename | Size |
---|---|
serialport-2.1.pom | |
serialport-2.1-sources.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.xmaihh/serialport/ -->
<dependency>
<groupId>io.github.xmaihh</groupId>
<artifactId>serialport</artifactId>
<version>2.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.xmaihh/serialport/
implementation 'io.github.xmaihh:serialport:2.1'
// https://jarcasting.com/artifacts/io.github.xmaihh/serialport/
implementation ("io.github.xmaihh:serialport:2.1")
'io.github.xmaihh:serialport:aar:2.1'
<dependency org="io.github.xmaihh" name="serialport" rev="2.1">
<artifact name="serialport" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.xmaihh', module='serialport', version='2.1')
)
libraryDependencies += "io.github.xmaihh" % "serialport" % "2.1"
[io.github.xmaihh/serialport "2.1"]