mirror of
https://github.com/barkeser2002/CatServer.git
synced 2026-09-25 06:40:05 +03:00
9 lines
235 B
Groovy
9 lines
235 B
Groovy
repositories {
|
|
maven { url = 'https://maven.minecraftforge.net/' }
|
|
mavenCentral()
|
|
}
|
|
dependencies {
|
|
implementation 'org.ow2.asm:asm:9.1'
|
|
implementation 'org.ow2.asm:asm-tree:9.1'
|
|
implementation 'net.minecraftforge:srgutils:0.4.+'
|
|
} |