Download on CurseForge
Add to your build.gradle:
repositories {
maven {
// url of the maven that hosts Atum 2 files
url "http://girafi.dk/maven/"
}
}
dependencies {
// compile against Atum 2
deobfCompile "com.teammetallurgy.atum:atum2_${mc_version}:${mc_version}-${atum2_version}"
}
${mc_version}
& ${atum2_version}
can be found here, check the file name of the version you want.