Skip to content

sjanarth/dsutils

Repository files navigation

Build GitHub release (latest by date) GitHub release (latest by date including pre-releases) License

Special Purpose Data Structures

A collection of special purpose utility data structures classes.

Documentation and Usage

General Documentation

JavaDocs

Example Usage

Sample programs that illustrate common usage patterns.

Download for Maven Projects

dsutils is in Maven Central, and can be added to a Maven project as follows:

<dependency>
    <groupId>io.github.sjanarth</groupId>
    <artifactId>sjanarth-dsutils</artifactId>
    <version>x.x.x</version>
</dependency>

Download for Gradle Projects

dsutils is in Maven Central, and can be added to a Gradle project as follows:

implementation group: 'io.github.sjanarth', name: 'sjanarth-dsutils', version: 'x.x.x'