From 953f34deb6189717e01621310a850993bb6a34d3 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 16 Apr 2015 14:40:58 +0000 Subject: [PATCH] Update README with Maven coordinates --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index bca6d7c..6a89ffd 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,16 @@ junit-rules A collection of useful JUnit rules from Unruly's codebases +## Install from Maven Central + +```xml + + co.unruly + junit-rules + 1.0 + +``` + ## Ignore tests until a certain date. This allows you to write an acceptance/integration test before implementing a feature, and integrate it into your codebase before the implementation is complete.