| License |
License |
|---|---|
| Categories |
CategoriesORM Data |
| GroupId | GroupIdcom.github.robert2411.platform |
| ArtifactId | ArtifactIdserialport-starter |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionBasic libs that can easely be reused in other projects
|
| Filename | Size |
|---|---|
| serialport-starter-1.0.2.pom | |
| serialport-starter-1.0.2.jar | 3 KB |
| serialport-starter-1.0.2-sources.jar | 3 KB |
| serialport-starter-1.0.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.robert2411.platform/serialport-starter/
implementation 'com.github.robert2411.platform:serialport-starter:1.0.2'
// https://jarcasting.com/artifacts/com.github.robert2411.platform/serialport-starter/
implementation ("com.github.robert2411.platform:serialport-starter:1.0.2")
'com.github.robert2411.platform:serialport-starter:jar:1.0.2'
<dependency org="com.github.robert2411.platform" name="serialport-starter" rev="1.0.2">
<artifact name="serialport-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.robert2411.platform', module='serialport-starter', version='1.0.2')
)
libraryDependencies += "com.github.robert2411.platform" % "serialport-starter" % "1.0.2"
[com.github.robert2411.platform/serialport-starter "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.robert2411.platform : serialport-core | jar | 1.0.2 |
| org.springframework.boot : spring-boot-starter | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar |