is not current version
Last Version 1.0.2

io.github.bvotteler:e3dc-rscp 1.0.0

A light weight Java library designed to convert byte arrays to and from RSCP (the proprietary protocol from E3/DC GmbH) frames and data.

GroupId

GroupId

io.github.bvotteler
ArtifactId

ArtifactId

e3dc-rscp
Version

Version

1.0.0
Type

Type

jar

Download e3dc-rscp 1.0.0


<!-- https://jarcasting.com/artifacts/io.github.bvotteler/e3dc-rscp/ -->
<dependency>
    <groupId>io.github.bvotteler</groupId>
    <artifactId>e3dc-rscp</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.bvotteler/e3dc-rscp/
implementation 'io.github.bvotteler:e3dc-rscp:1.0.0'
// https://jarcasting.com/artifacts/io.github.bvotteler/e3dc-rscp/
implementation ("io.github.bvotteler:e3dc-rscp:1.0.0")
'io.github.bvotteler:e3dc-rscp:jar:1.0.0'
<dependency org="io.github.bvotteler" name="e3dc-rscp" rev="1.0.0">
  <artifact name="e3dc-rscp" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.bvotteler', module='e3dc-rscp', version='1.0.0')
)
libraryDependencies += "io.github.bvotteler" % "e3dc-rscp" % "1.0.0"
[io.github.bvotteler/e3dc-rscp "1.0.0"]