DeflatedPickle/Quiver

View on GitHub
treeviewer/build.gradle

Summary

Maintainability
Test Coverage
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_1_8

dependencies {
    implementation project(':core')
    implementation project(':filepanel')

    implementation 'com.github.Querz:NBT:6.1'
}