| Лицензия |
Лицензия |
|---|---|
| Группа | Группа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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| struct-2.1.0.pom | |
| struct-2.1.0.jar | 10 KB |
| struct-2.1.0-sources.jar | 3 KB |
| struct-2.1.0-javadoc.jar | 36 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.7.0 |
| ch.qos.logback : logback-classic | jar | 1.0.13 |