Download junit-extensions-2.0.0.jar file - Jar j

Jar examples for j:junit-extensions

Description

JUnit Jupiter extensions, providing 'JUnit5 replacements' for some common JUnit4 Rules.

You can download jar file junit-extensions 2.0.0 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add junit-extensions-2.0.0.jar to your project.

<dependency>
   <groupId>io.github.glytching</groupId>
   <artifactId>junit-extensions</artifactId>
   <version>2.0.0</version>
</dependency>
compile group: 'io.github.glytching', name: 'junit-extensions', version: '2.0.0'
libraryDependencies += "io.github.glytching" % "junit-extensions" % "2.0.0"
<dependency org="io.github.glytching" name="junit-extensions" rev="2.0.0"/>
@Grapes(@Grab(group='io.github.glytching', module='junit-extensions', version='2.0.0'))
'io.github.glytching:junit-extensions:jar:2.0.0'

Download

Click the following link to download the jar file.

junit-extensions-2.0.0-javadoc.jar
junit-extensions-2.0.0-sources.jar
junit-extensions-2.0.0.jar
junit-extensions-2.0.0.pom



Related Tutorials