Last Version

JUnit Lambda Extensions 0.3.0

JUnit extensions that make use of Java 8 lambdas.

License

License

MIT
Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.github.marschall
ArtifactId

ArtifactId

junit-lambda
Version

Version

0.3.0
Type

Type

jar
Description

Description

JUnit Lambda Extensions
JUnit extensions that make use of Java 8 lambdas.
Project URL

Project URL

https://github.com/marschall/junit-lambda
Source Code Management

Source Code Management

https://github.com/marschall/junit-lambda

Download junit-lambda 0.3.0


<!-- https://jarcasting.com/artifacts/com.github.marschall/junit-lambda/ -->
<dependency>
    <groupId>com.github.marschall</groupId>
    <artifactId>junit-lambda</artifactId>
    <version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marschall/junit-lambda/
implementation 'com.github.marschall:junit-lambda:0.3.0'
// https://jarcasting.com/artifacts/com.github.marschall/junit-lambda/
implementation ("com.github.marschall:junit-lambda:0.3.0")
'com.github.marschall:junit-lambda:jar:0.3.0'
<dependency org="com.github.marschall" name="junit-lambda" rev="0.3.0">
  <artifact name="junit-lambda" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marschall', module='junit-lambda', version='0.3.0')
)
libraryDependencies += "com.github.marschall" % "junit-lambda" % "0.3.0"
[com.github.marschall/junit-lambda "0.3.0"]

Dependencies

provided (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.