Download junit-foundation-3.2.0.jar file - Jar j

Jar examples for j:junit-foundation

Description

This is the foundation framework for JUnit automation

You can download jar file junit-foundation 3.2.0 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add junit-foundation-3.2.0.jar to your project.

<dependency>
   <groupId>com.nordstrom.tools</groupId>
   <artifactId>junit-foundation</artifactId>
   <version>3.2.0</version>
</dependency>
compile group: 'com.nordstrom.tools', name: 'junit-foundation', version: '3.2.0'
libraryDependencies += "com.nordstrom.tools" % "junit-foundation" % "3.2.0"
<dependency org="com.nordstrom.tools" name="junit-foundation" rev="3.2.0"/>
@Grapes(@Grab(group='com.nordstrom.tools', module='junit-foundation', version='3.2.0'))
'com.nordstrom.tools:junit-foundation:jar:3.2.0'

Download

Click the following link to download the jar file.

junit-foundation-3.2.0-javadoc.jar
junit-foundation-3.2.0-sources.jar
junit-foundation-3.2.0.jar
junit-foundation-3.2.0.pom



Related Tutorials