Download junit-foundation-3.1.5.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.1.5 in this page.

License

The Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials