Download fest-test-2.1.0.jar file - Jar f

Jar examples for f:fest-test

Description

Utility methods for testing FEST modules

You can download jar file fest-test 2.1.0 in this page.

Build File

You can use the following script to add fest-test-2.1.0.jar to your project.

<dependency>
   <groupId>org.easytesting</groupId>
   <artifactId>fest-test</artifactId>
   <version>2.1.0</version>
</dependency>
compile group: 'org.easytesting', name: 'fest-test', version: '2.1.0'
libraryDependencies += "org.easytesting" % "fest-test" % "2.1.0"
<dependency org="org.easytesting" name="fest-test" rev="2.1.0"/>
@Grapes(@Grab(group='org.easytesting', module='fest-test', version='2.1.0'))
'org.easytesting:fest-test:jar:2.1.0'

Download

Click the following link to download the jar file.

fest-test-2.1.0-javadoc.jar
fest-test-2.1.0-sources.jar
fest-test-2.1.0.jar
fest-test-2.1.0.pom



Related Tutorials