13
0
geforkt von Mirrors/Paper

Add FastUtil to Bukkit

Doesn't expose to plugins, just allows Paper-API to use it for optimization
Dieser Commit ist enthalten in:
Aikar 2016-04-01 00:02:47 -04:00
Ursprung 4fd928df47
Commit 8888031206

Datei anzeigen

@ -37,6 +37,7 @@ dependencies {
api("com.googlecode.json-simple:json-simple:1.1.1") {
isTransitive = false // includes junit
}
api("it.unimi.dsi:fastutil:8.5.15")
// Paper end
compileOnly("org.apache.maven:maven-resolver-provider:3.9.6")