To use Linear in your projects, include this in your build.gradle:
repositories {
maven {
url "https://maven.blamejared.com/"
}
}
dependencies {
deobfCompile "tschipp.linear:linear-MCVERSION:MODVERSION"
}
Make sure to replace MCVERSION
and MODVERSION
with the appropriate versions.