Skip to content

Instantly share code, notes, and snippets.

@chbatey
Created February 14, 2014 02:37
Spock: Gradle dependencies
compile("org.codehaus.groovy:groovy-all:2.2.0")
compile("com.fasterxml.jackson.core:jackson-databind")
testCompile("org.spockframework:spock-core:0.7-groovy-2.0")
testCompile("org.codehaus.groovy.modules.http-builder:http-builder:0.7+")
testCompile("net.sf.json-lib:json-lib:2.4+")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment