The System Rules library is available from the Maven repository.
<dependency> <groupId>com.github.stefanbirkner</groupId> <artifactId>system-rules</artifactId> <version>1.19.0</version> <scope>test</scope> </dependency>
test.with 'com.github.stefanbirkner:system-rules:jar:1.19.0'
<dependency org="com.github.stefanbirkner" name="system-rules" rev="1.19.0" conf="test"> <artifact name="system-rules" type="jar"/> </dependency>
@Grapes( @Grab(group='com.github.stefanbirkner', module='system-rules', version='1.19.0') )
testCompile 'com.github.stefanbirkner:system-rules:1.19.0'
libraryDependencies += "com.github.stefanbirkner" % "system-rules" % "1.19.0" % "test"