You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
repositories {
maven("https://repository.voinearadu.com/repository/maven-releases/")
maven("https://repo.voinearadu.com/") // The short version of the above (might be slower on high latency connections)
}
dependencies {
implementation("com.voinearadu:command-manager-common:VERSION")
implementation("com.voinearadu:command-manager-velocity:VERSION")
implementation("com.voinearadu:command-manager-fabric-1-19:VERSION")
}