plugins { id 'java' } dependencies { compile "com.google.guava:guava:${guavaVersion}" compile "io.netty:netty-buffer:${nettyVersion}" testCompile "org.junit.jupiter:junit-jupiter-api:${junitVersion}" testCompile "org.junit.jupiter:junit-jupiter-engine:${junitVersion}" }