Added Anvil GUI API
This commit is contained in:
@@ -47,6 +47,7 @@ plugins {
|
|||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
jcenter()
|
jcenter()
|
||||||
|
maven("https://jitpack.io")
|
||||||
|
|
||||||
mavenLocal() // to get the locally available binaries of spigot (use the BuildTools)
|
mavenLocal() // to get the locally available binaries of spigot (use the BuildTools)
|
||||||
}
|
}
|
||||||
@@ -60,6 +61,9 @@ dependencies {
|
|||||||
// KHTTP
|
// KHTTP
|
||||||
api("khttp", "khttp", "1.0.0")
|
api("khttp", "khttp", "1.0.0")
|
||||||
|
|
||||||
|
// ANVIL GUI
|
||||||
|
api("com.github.WesJD.AnvilGUI", "anvilgui", "master-SNAPSHOT")
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user