Skip to content

Instantly share code, notes, and snippets.

@fmamud
Created October 14, 2016 21:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fmamud/26c3c71aca06701b1842f0300972820f to your computer and use it in GitHub Desktop.
Save fmamud/26c3c71aca06701b1842f0300972820f to your computer and use it in GitHub Desktop.
Spock in Maven
<dependency>
<groupId>org.spockframework</groupId>
<artifactId>spock-core</artifactId>
<version>1.0-groovy-2.4</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment