To use the libray in your project you need to add the StaticStudios repository and declare the dependency.
Make sure to replace VERSION_HERE with the latest version available.
repositories {
maven {
name = "StaticStudios"
url = "https://repo.staticstudios.net/snapshots"
}
}
dependencies {
implementation "net.staticstudios:menus:VERSION_HERE"
}