OBOE

Getting Started with OBOE

Adding the dependency

Maven

<dependency>
    <groupId>com.ediandxml</groupId>
    <artifactId>oboe</artifactId>
    <version>2026.04.08</version>
</dependency>

Gradle

implementation 'com.ediandxml:oboe:2026.04.08'

Basic Usage

See the examples in the examples/ folder.

More detailed guides are available in parsing.md and generating.md.