is not current version
Last Version 1.19.0

com.github.stefanbirkner:system-rules 1.18.0

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

GroupId

GroupId

com.github.stefanbirkner
ArtifactId

ArtifactId

system-rules
Version

Version

1.18.0
Type

Type

jar

Download system-rules 1.18.0


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