Skip to content

Commit 953f34d

Browse files
AlexChutneyDevelopers
authored andcommitted
Update README with Maven coordinates
1 parent 5973751 commit 953f34d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ junit-rules
55

66
A collection of useful JUnit rules from Unruly's codebases
77

8+
## Install from Maven Central
9+
10+
```xml
11+
<dependency>
12+
<groupId>co.unruly</groupId>
13+
<artifactId>junit-rules</artifactId>
14+
<version>1.0</version>
15+
</dependency>
16+
```
17+
818
## Ignore tests until a certain date.
919

1020
This allows you to write an acceptance/integration test before implementing a feature, and integrate it into your codebase before the implementation is complete.

0 commit comments

Comments
 (0)