s

system-stubs-parent

A collection of functions for testing code which uses java.lang.System.
https://github.com/webcompere/system-stubs/
MIT License
Ashley Frieze
Files download
File Operation
system-stubs-parent-1.1.0.pom download
Apache Maven
<dependency>
  <groupId>uk.org.webcompere</groupId>
  <artifactId>system-stubs-parent</artifactId>
  <version>1.1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'uk.org.webcompere:system-stubs-parent:1.1.0'
Gradle Kotlin
implementation("uk.org.webcompere:system-stubs-parent:1.1.0")
Scala SBT
libraryDependencies += "uk.org.webcompere" % "system-stubs-parent" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='uk.org.webcompere', module='system-stubs-parent', version='1.1.0')
)
Apache Ivy
<dependency org="uk.org.webcompere" name="system-stubs-parent" rev="1.1.0" />
Leiningen
[uk.org.webcompere/system-stubs-parent "1.1.0"]
Apache Buildr
'uk.org.webcompere:system-stubs-parent:jar:1.1.0'
Dependencies
The project has no third-party dependencies