Looking for the core Riskrieg repository? Find it here.
This repository hosts the code for any and all codecs for the various file types created for Riskrieg.
Maven
<dependency>
<groupId>com.riskrieg</groupId>
<artifactId>codec</artifactId>
<version>VERSION</version>
</dependency>
Gradle
repositories {
mavenCentral()
}
dependencies {
implementation("com.riskrieg:codec:VERSION")
}
Join our Discord server: Riskrieg Discord
The code in this repository is licensed under the MIT license.