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