MVN

org.thshsh : struct

Maven & Gradle

Feb 24, 2023
2 stars

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.

<dependency>
    <groupId>org.thshsh</groupId>
    <artifactId>struct</artifactId>
    <version>2.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.thshsh : struct to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.0

All Versions

Choose a version of org.thshsh : struct to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
struct-2.2.0
2.1.x
struct-2.1.0
2.0.x
struct-2.0.0
1.0.x
struct-1.0.0

How to add a dependency to Maven

Add the following org.thshsh : struct maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.thshsh</groupId>
    <artifactId>struct</artifactId>
    <version>2.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.thshsh : struct gradle dependency to your build.gradle file:

implementation 'org.thshsh:struct:2.2.0'

Gradle Kotlin DSL: Add the following org.thshsh : struct gradle kotlin dependency to your build.gradle.kts file:

implementation("org.thshsh:struct:2.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.thshsh : struct sbt scala dependency to your build.sbt file:

libraryDependencies += "org.thshsh" % "struct" % "2.2.0"

Advertisement

Dependencies from Group

May 29, 2021
2 usages
0 stars
Oct 01, 2020
0 stars
Feb 03, 2022
0 stars
Oct 22, 2020
0 stars
Jun 16, 2022
0 stars

Discover Dependencies

May 31, 2022
0 stars
May 31, 2022
0 stars
May 31, 2022
0 stars
May 31, 2022
0 stars
May 31, 2022
0 stars
Jun 06, 2023
53 stars
Oct 19, 2022
537 stars