| License |
License |
|---|---|
| GroupId | GroupIdio.github.bvotteler |
| ArtifactId | ArtifactIde3dc-rscp |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptione3dc-rscp-lib
A light weight Java library designed to convert byte arrays to and from RSCP (the proprietary protocol from E3/DC GmbH) frames and data.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| e3dc-rscp-1.0.2.pom | |
| e3dc-rscp-1.0.2.jar | 56 KB |
| e3dc-rscp-1.0.2-sources.jar | 19 KB |
| e3dc-rscp-1.0.2-javadoc.jar | 92 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.bvotteler/e3dc-rscp/ -->
<dependency>
<groupId>io.github.bvotteler</groupId>
<artifactId>e3dc-rscp</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.bvotteler/e3dc-rscp/
implementation 'io.github.bvotteler:e3dc-rscp:1.0.2'
// https://jarcasting.com/artifacts/io.github.bvotteler/e3dc-rscp/
implementation ("io.github.bvotteler:e3dc-rscp:1.0.2")
'io.github.bvotteler:e3dc-rscp:jar:1.0.2'
<dependency org="io.github.bvotteler" name="e3dc-rscp" rev="1.0.2">
<artifact name="e3dc-rscp" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.bvotteler', module='e3dc-rscp', version='1.0.2')
)
libraryDependencies += "io.github.bvotteler" % "e3dc-rscp" % "1.0.2"
[io.github.bvotteler/e3dc-rscp "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.30 |
| org.jasypt : jasypt | jar | 1.9.3 |
| org.apache.commons : commons-lang3 | jar | 3.11 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| org.hamcrest : hamcrest | jar | 2.2 |