13
0
geforkt von Mirrors/Velocity
Velocity/native/build.gradle

8 Zeilen
148 B
Groovy

plugins {
id 'java'
}
dependencies {
compile "com.google.guava:guava:${guavaVersion}"
compile "io.netty:netty-buffer:${nettyVersion}"
}