Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.36 KB

README.md

File metadata and controls

44 lines (31 loc) · 1.36 KB

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.