| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.bvotteler |
| Идентификатор | Идентификаторe3dc-rscp |
| Последняя версия | Последняя версия1.0.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеe3dc-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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.30 |
| org.jasypt : jasypt | jar | 1.9.3 |
| org.apache.commons : commons-lang3 | jar | 3.11 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| org.hamcrest : hamcrest | jar | 2.2 |