| GroupId | GroupIdio.github.shiweibsw |
|---|---|
| ArtifactId | ArtifactIdserialportx |
| Version | Version1.0.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| serialportx-1.0.0.pom | |
| serialportx-1.0.0-sources.jar | 9 KB |
| serialportx-1.0.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.shiweibsw/serialportx/ -->
<dependency>
<groupId>io.github.shiweibsw</groupId>
<artifactId>serialportx</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.shiweibsw/serialportx/
implementation 'io.github.shiweibsw:serialportx:1.0.0'
// https://jarcasting.com/artifacts/io.github.shiweibsw/serialportx/
implementation ("io.github.shiweibsw:serialportx:1.0.0")
'io.github.shiweibsw:serialportx:aar:1.0.0'
<dependency org="io.github.shiweibsw" name="serialportx" rev="1.0.0">
<artifact name="serialportx" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.shiweibsw', module='serialportx', version='1.0.0')
)
libraryDependencies += "io.github.shiweibsw" % "serialportx" % "1.0.0"
[io.github.shiweibsw/serialportx "1.0.0"]