Last Version

System Rules 1.19.0

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

License

License

GroupId

GroupId

com.github.stefanbirkner
ArtifactId

ArtifactId

system-rules
Version

Version

1.19.0
Type

Type

jar
Description

Description

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

Project URL

http://stefanbirkner.github.io/system-rules/
Source Code Management

Source Code Management

https://github.com/stefanbirkner/system-rules/

Download system-rules 1.19.0


<!-- https://jarcasting.com/artifacts/com.github.stefanbirkner/system-rules/ -->
<dependency>
    <groupId>com.github.stefanbirkner</groupId>
    <artifactId>system-rules</artifactId>
    <version>1.19.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stefanbirkner/system-rules/
implementation 'com.github.stefanbirkner:system-rules:1.19.0'
// https://jarcasting.com/artifacts/com.github.stefanbirkner/system-rules/
implementation ("com.github.stefanbirkner:system-rules:1.19.0")
'com.github.stefanbirkner:system-rules:jar:1.19.0'
<dependency org="com.github.stefanbirkner" name="system-rules" rev="1.19.0">
  <artifact name="system-rules" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stefanbirkner', module='system-rules', version='1.19.0')
)
libraryDependencies += "com.github.stefanbirkner" % "system-rules" % "1.19.0"
[com.github.stefanbirkner/system-rules "1.19.0"]

Dependencies

compile (1)

Group / Artifact Type Version
junit : junit-dep jar [4.9,)

Project Modules

There are no modules declared in this project.