Skip to content

Riskrieg/codec

Repository files navigation

Riskrieg | Codec

License: MIT Maven Central Donate

Looking for the core Riskrieg repository? Find it here.

About

This repository hosts the code for any and all codecs for the various file types created for Riskrieg.

Download

Maven Central

Maven

<dependency>
  <groupId>com.riskrieg</groupId>
  <artifactId>codec</artifactId>
  <version>VERSION</version>
</dependency>

Gradle

repositories {
    mavenCentral()
}

dependencies {
    implementation("com.riskrieg:codec:VERSION")
}

Contribute

Join our Discord server: Riskrieg Discord

License

The code in this repository is licensed under the MIT license.