Download on CurseForge
Add to your build.gradle:
repositories {
maven {
// url of the maven that hosts Atum 2 files
url "https://girafi.dk/maven/"
}
}
dependencies {
// compile against Atum 2
compile fg.deobf("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.