Download fest-assert-core-2.0M5.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.0M5 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials