Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.github.robert2411.platform |
ArtifactId | ArtifactIdserialport-starter |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
serialport-starter-1.0.1.pom | |
serialport-starter-1.0.1.jar | 3 KB |
serialport-starter-1.0.1-sources.jar | 3 KB |
serialport-starter-1.0.1-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.robert2411.platform/serialport-starter/ -->
<dependency>
<groupId>com.github.robert2411.platform</groupId>
<artifactId>serialport-starter</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.robert2411.platform/serialport-starter/
implementation 'com.github.robert2411.platform:serialport-starter:1.0.1'
// https://jarcasting.com/artifacts/com.github.robert2411.platform/serialport-starter/
implementation ("com.github.robert2411.platform:serialport-starter:1.0.1")
'com.github.robert2411.platform:serialport-starter:jar:1.0.1'
<dependency org="com.github.robert2411.platform" name="serialport-starter" rev="1.0.1">
<artifact name="serialport-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.robert2411.platform', module='serialport-starter', version='1.0.1')
)
libraryDependencies += "com.github.robert2411.platform" % "serialport-starter" % "1.0.1"
[com.github.robert2411.platform/serialport-starter "1.0.1"]