Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
olibye authored Nov 14, 2018
1 parent 062449d commit 1828975
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,25 @@

# Maven
```xml
<dependency>
<groupId>org.jmock</groupId>
<artifactId>jmock-imposters</artifactId>
<version>2.10.0-RC3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jmock</groupId>
<artifactId>jmock-junit5</artifactId>
<version>2.10.0</version>
<version>2.10.0-RC3</version>
<scope>test</scope>
</dependency>
```
# Gradle
```
testCompile(
"junit:junit5:2.10.0",
"org.jmock:jmock-junit5:2.10.0"
"org.jmock:jmock-imposters:2.10.0-RC3"
"org.jmock:jmock-junit5:2.10.0-RC3"
)
```
# Recent Changes
Expand Down

0 comments on commit 1828975

Please sign in to comment.