Last Version

Kaitai Struct runtime library for Java 0.9

Kaitai Struct is a declarative language used for describe various binary data structures using .ksy format. .ksy format can be compiled into the parser source code in target language. This library is a small collection of runtime methods used by the code generated by Kaitai Struct for Java.

License

License

GroupId

GroupId

io.kaitai
ArtifactId

ArtifactId

kaitai-struct-runtime
Version

Version

0.9
Type

Type

jar
Description

Description

Kaitai Struct runtime library for Java
Kaitai Struct is a declarative language used for describe various binary data structures using .ksy format. .ksy format can be compiled into the parser source code in target language. This library is a small collection of runtime methods used by the code generated by Kaitai Struct for Java.
Project URL

Project URL

http://kaitai.io
Source Code Management

Source Code Management

http://github.com/kaitai-io/kaitai_struct_java_runtime/tree/master

Download kaitai-struct-runtime 0.9


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.