Download junit-nested-1.0.1.jar file - Jar j

Jar examples for j:junit-nested

Description

JUnit-Nested - Testing tool for Java

You can download jar file junit-nested 1.0.1 in this page.

License

Eclipse Public License Version 1.0

Build File

You can use the following script to add junit-nested-1.0.1.jar to your project.

<dependency>
   <groupId>net.avh4.test</groupId>
   <artifactId>junit-nested</artifactId>
   <version>1.0.1</version>
</dependency>
compile group: 'net.avh4.test', name: 'junit-nested', version: '1.0.1'
libraryDependencies += "net.avh4.test" % "junit-nested" % "1.0.1"
<dependency org="net.avh4.test" name="junit-nested" rev="1.0.1"/>
@Grapes(@Grab(group='net.avh4.test', module='junit-nested', version='1.0.1'))
'net.avh4.test:junit-nested:jar:1.0.1'

Download

Click the following link to download the jar file.

junit-nested-1.0.1-javadoc.jar
junit-nested-1.0.1-sources.jar
junit-nested-1.0.1.jar
junit-nested-1.0.1.pom



Related Tutorials