Download junit-lambda-0.3.0.jar file - Jar j

Jar examples for j:junit-lambda

Description

JUnit extensions that make use of Java 8 lambdas.

You can download jar file junit-lambda 0.3.0 in this page.

License

MIT

Build File

You can use the following script to add junit-lambda-0.3.0.jar to your project.

<dependency>
   <groupId>com.github.marschall</groupId>
   <artifactId>junit-lambda</artifactId>
   <version>0.3.0</version>
</dependency>
compile group: 'com.github.marschall', name: 'junit-lambda', version: '0.3.0'
libraryDependencies += "com.github.marschall" % "junit-lambda" % "0.3.0"
<dependency org="com.github.marschall" name="junit-lambda" rev="0.3.0"/>
@Grapes(@Grab(group='com.github.marschall', module='junit-lambda', version='0.3.0'))
'com.github.marschall:junit-lambda:jar:0.3.0'

Download

Click the following link to download the jar file.

junit-lambda-0.3.0-javadoc.jar
junit-lambda-0.3.0-sources.jar
junit-lambda-0.3.0.jar
junit-lambda-0.3.0.pom



Related Tutorials