Download fest-1.0.16.jar file - Jar f

Jar examples for f:fest

Description

Parent POM for all FEST Modules

You can download jar file fest 1.0.16 in this page.

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

fest-1.0.16.pom



Related Tutorials