Download fest-assert-core-2.0M7.jar file - Jar f

Jar examples for f:fest-assert-core

Description

'Flexible' or 'fluent' assertions for testing

You can download jar file fest-assert-core 2.0M7 in this page.

Build File

You can use the following script to add fest-assert-core-2.0M7.jar to your project.

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

Download

Click the following link to download the jar file.

fest-assert-core-2.0M7-javadoc.jar
fest-assert-core-2.0M7-sources.jar
fest-assert-core-2.0M7.jar
fest-assert-core-2.0M7.pom



Related Tutorials