struct

The python struct library's port to java for reading and writing binary data as in python. Based off the code found here: https://github.com/ronniebasak/JStruct with non backwards compatible changes to support strong typing, strings, and byte arrays.

Лицензия

Лицензия

Группа

Группа

org.thshsh
Идентификатор

Идентификатор

struct
Последняя версия

Последняя версия

2.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

struct
The python struct library's port to java for reading and writing binary data as in python. Based off the code found here: https://github.com/ronniebasak/JStruct with non backwards compatible changes to support strong typing, strings, and byte arrays.
Ссылка на сайт

Ссылка на сайт

https://github.com/theshoeshiner/JStruct
Система контроля версий

Система контроля версий

https://github.com/theshoeshiner/JStruct

Скачать struct

Как подключить последнюю версию

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

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
org.apache.commons : commons-lang3 jar 3.12.0
commons-io : commons-io jar 2.11.0
org.slf4j : slf4j-api jar 1.7.13
commons-beanutils : commons-beanutils jar 1.9.4
commons-codec : commons-codec jar 1.15

test (2)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter jar 5.7.0
ch.qos.logback : logback-classic jar 1.0.13

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
2.1.0
2.0.0
1.0.0