You can download system-rules-1.16.0.jar in this page.
Common Public License Version 1.0
system-rules-1.16.0.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/com.github.stefanbirkner/system-rules/pom.properties META-INF/maven/com.github.stefanbirkner/system-rules/pom.xml org.junit.contrib.java.lang.system.Assertion.class org.junit.contrib.java.lang.system.ClearSystemProperties.class org.junit.contrib.java.lang.system.DisallowWriteToSystemErr.class org.junit.contrib.java.lang.system.DisallowWriteToSystemOut.class org.junit.contrib.java.lang.system.EnvironmentVariables.class org.junit.contrib.java.lang.system.ExpectedSystemExit.class org.junit.contrib.java.lang.system.LogMode.class org.junit.contrib.java.lang.system.ProvideSecurityManager.class org.junit.contrib.java.lang.system.ProvideSystemProperty.class org.junit.contrib.java.lang.system.RestoreSystemProperties.class org.junit.contrib.java.lang.system.StandardErrorStreamLog.class org.junit.contrib.java.lang.system.StandardOutputStreamLog.class org.junit.contrib.java.lang.system.SystemErrRule.class org.junit.contrib.java.lang.system.SystemOutRule.class org.junit.contrib.java.lang.system.TextFromStandardInputStream.class org.junit.contrib.java.lang.system.internal.CheckExitCalled.class org.junit.contrib.java.lang.system.internal.DisallowWrite.class org.junit.contrib.java.lang.system.internal.LogPrintStream.class org.junit.contrib.java.lang.system.internal.NoExitSecurityManager.class org.junit.contrib.java.lang.system.internal.PrintStreamHandler.class org.junit.contrib.java.lang.system.internal.RestoreSpecificSystemProperties.class
system-rules-1.16.0.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.github.stefanbirkner</groupId> <artifactId>system-rules</artifactId> <version>1.16.0</version> <name>System Rules</name> <description>A collection of JUnit rules for testing code which uses java.lang.System.</description> <url>http://stefanbirkner.github.io/system-rules/</url> <licenses> <license> <name>Common Public License Version 1.0</name> <url>http://www.opensource.org/licenses/cpl1.0</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>stefanbirkner</id> <name>Stefan Birkner</name> <email>mail@stefan-birkner.de</email> <url>http://www.stefan-birkner.de</url> <timezone>+1</timezone> </developer> <developer> <id>marcphilipp</id> <name>Marc Philipp</name> <email>mail@marcphilipp.de</email> <url>http://www.marcphilipp.de/</url> <timezone>+1</timezone> </developer> <developer> <name>Tobias M?hl</name> <timezone>+1</timezone> </developer> </developers> <scm> <connection>scm:git:git://github.com/stefanbirkner/system-rules.git</connection> <developerConnection>scm:git:git@github.com:stefanbirkner/system-rules.git</developerConnection> <url>https://github.com/stefanbirkner/system-rules/</url> </scm> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit-dep</artifactId> <version>[4.9,)</version> <scope>compile</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>flatten-maven-plugin</artifactId> <version>1.0.0-beta-5</version> <extensions>true</extensions> </plugin> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <version>1.6.5</version> <extensions>true</extensions> </plugin> </plugins> </build> </project>
<dependency> <groupId>com.github.stefanbirkner</groupId> <artifactId>system-rules</artifactId> <version>1.16.0</version> </dependency>
If you think the following system-rules-1.16.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download system-rules-1.16.0.jar file