is not current version
Last Version 4.1.0

org.jire.strukt:strukt 2.0.0

C-style structs on the JVM!

GroupId

GroupId

org.jire.strukt
ArtifactId

ArtifactId

strukt
Version

Version

2.0.0
Type

Type

jar

Download strukt 2.0.0


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