Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Version 1.0.3
  • Loading branch information
Paul Warren authored Sep 10, 2016
1 parent ccd3111 commit 2403e9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ Feature List:-
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>ginkgo4j</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
<scope>test</scope>
</dependency>
```
or for a Gradle project add:-
`compile 'com.github.paulcwarren:ginkgo4j:1.0.2'`
`compile 'com.github.paulcwarren:ginkgo4j:1.0.3'`

for other build systems see [here](http://search.maven.org/#artifactdetails%7Ccom.github.paulcwarren%7Cginkgo4j%7C1.0.0%7Cjar).
for other build systems see [here](http://search.maven.org/#artifactdetails%7Ccom.github.paulcwarren%7Cginkgo4j%7C1.0.3%7Cjar).

- Create a junit test class
- Add the following imports:-
Expand Down

0 comments on commit 2403e9c

Please sign in to comment.