| License | License | 
|---|---|
| Categories | CategoriesORM Data | 
| GroupId | GroupIdcom.github.robert2411.platform | 
| ArtifactId | ArtifactIdserialport-core | 
| 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-core-1.0.2.pom | |
| serialport-core-1.0.2.jar | 7 KB | 
| serialport-core-1.0.2-sources.jar | 5 KB | 
| serialport-core-1.0.2-javadoc.jar | 35 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.robert2411.platform/serialport-core/ -->
<dependency>
    <groupId>com.github.robert2411.platform</groupId>
    <artifactId>serialport-core</artifactId>
    <version>1.0.2</version>
</dependency>// https://jarcasting.com/artifacts/com.github.robert2411.platform/serialport-core/
implementation 'com.github.robert2411.platform:serialport-core:1.0.2'// https://jarcasting.com/artifacts/com.github.robert2411.platform/serialport-core/
implementation ("com.github.robert2411.platform:serialport-core:1.0.2")'com.github.robert2411.platform:serialport-core:jar:1.0.2'<dependency org="com.github.robert2411.platform" name="serialport-core" rev="1.0.2">
  <artifact name="serialport-core" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.robert2411.platform', module='serialport-core', version='1.0.2')
)libraryDependencies += "com.github.robert2411.platform" % "serialport-core" % "1.0.2"[com.github.robert2411.platform/serialport-core "1.0.2"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.fazecast : jSerialComm | jar | [2.0.0,3.0.0) | 
| com.github.robert2411.platform : serialport-api | jar | 1.0.2 | 
| org.springframework.boot : spring-boot-starter | jar | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.2 |