s

system-lambda

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