Download system-rules-1.3.1.jar file - Jar s

Jar examples for s:system-rules

Description

A collection of JUnit rules for testing code which uses java.lang.System.

You can download jar file system-rules 1.3.1 in this page.

License

Common Public License Version 1.0

Build File

You can use the following script to add system-rules-1.3.1.jar to your project.

<dependency>
   <groupId>com.github.stefanbirkner</groupId>
   <artifactId>system-rules</artifactId>
   <version>1.3.1</version>
</dependency>
compile group: 'com.github.stefanbirkner', name: 'system-rules', version: '1.3.1'
libraryDependencies += "com.github.stefanbirkner" % "system-rules" % "1.3.1"
<dependency org="com.github.stefanbirkner" name="system-rules" rev="1.3.1"/>
@Grapes(@Grab(group='com.github.stefanbirkner', module='system-rules', version='1.3.1'))
'com.github.stefanbirkner:system-rules:jar:1.3.1'

Download

Click the following link to download the jar file.

system-rules-1.3.1-javadoc.jar
system-rules-1.3.1-sources.jar
system-rules-1.3.1.jar
system-rules-1.3.1.pom



Related Tutorials