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.1.1.jar download
system-lambda-1.1.1.pom download
system-lambda-1.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.stefanbirkner</groupId>
  <artifactId>system-lambda</artifactId>
  <version>1.1.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.stefanbirkner:system-lambda:1.1.1'
Gradle Kotlin
implementation("com.github.stefanbirkner:system-lambda:1.1.1")
Scala SBT
libraryDependencies += "com.github.stefanbirkner" % "system-lambda" % "1.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.stefanbirkner', module='system-lambda', version='1.1.1')
)
Apache Ivy
<dependency org="com.github.stefanbirkner" name="system-lambda" rev="1.1.1" />
Leiningen
[com.github.stefanbirkner/system-lambda "1.1.1"]
Apache Buildr
'com.github.stefanbirkner:system-lambda:jar:1.1.1'
Dependencies
The project has no third-party dependencies