//file:noinspection GroovyAssignabilityCheck plugins { id("java-library") } dependencies { api("it.unimi.dsi:fastutil:8.5.12") }