Skip to content

Commit 5ee570a

Browse files
committed
coords
1 parent 07c1bed commit 5ee570a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ Spock is a testing and specification framework for Java and Groovy applications.
66

77
Read ten reasons why Spock is for you, run your first spec in [Spock Web Console](http://meetspock.appspot.com/?id=9001), fork the [spock-example](https://github.com/spockframework/spock-example) project, learn how to write a specification, or dive into the [reference documentation](http://docs.spockframework.org).
88

9+
## Install
10+
11+
### with Gradle
12+
13+
testCompile "org.spockframework:spock-core:1.1-groovy-2.4-rc-2"
14+
15+
### with Maven:
16+
17+
<dependency>
18+
<groupId>org.spockframework</groupId>
19+
<artifactId>spock-core</artifactId>
20+
<version>1.1-groovy-2.4-rc-2</version>
21+
</dependency>
22+
923
## Where Are The Docs?
1024

1125
* Reference Documentation: http://docs.spockframework.org

0 commit comments

Comments
 (0)