mirror of
https://github.com/YatopiaMC/Yatopia.git
synced 2024-11-12 21:54:01 +01:00
12 lines
258 B
Plaintext
12 lines
258 B
Plaintext
|
repositories {
|
||
|
mavenCentral()
|
||
|
maven("https://jitpack.io/")
|
||
|
}
|
||
|
|
||
|
dependencies {
|
||
|
implementation("com.github.ishlandbukkit:jbsdiff:deff66b794")
|
||
|
implementation("com.google.code.gson:gson:2.8.6")
|
||
|
implementation("commons-io:commons-io:2.8.0")
|
||
|
}
|
||
|
|