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
文件下载
文件名 操作
system-stubs-parent-2.0.3.pom 下载
Apache Maven
<dependency>
  <groupId>uk.org.webcompere</groupId>
  <artifactId>system-stubs-parent</artifactId>
  <version>2.0.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'uk.org.webcompere:system-stubs-parent:2.0.3'
Gradle Kotlin
implementation("uk.org.webcompere:system-stubs-parent:2.0.3")
Scala SBT
libraryDependencies += "uk.org.webcompere" % "system-stubs-parent" % "2.0.3"
Groovy Grape
@Grapes(
  @Grab(group='uk.org.webcompere', module='system-stubs-parent', version='2.0.3')
)
Apache Ivy
<dependency org="uk.org.webcompere" name="system-stubs-parent" rev="2.0.3" />
Leiningen
[uk.org.webcompere/system-stubs-parent "2.0.3"]
Apache Buildr
'uk.org.webcompere:system-stubs-parent:jar:2.0.3'
本项目依赖
该项目无第三方依赖