-
Notifications
You must be signed in to change notification settings - Fork 69
Installing Fest Assertions
joel-costigliola edited this page Jun 3, 2012
·
11 revisions
Fest assertions are available from Maven central repository, you can download it manually or use Maven.
Fest Assertions can be downloaded from Maven central repository here.
Use the zip archive to get Fest Assertions 2.0M5 jar and its dependencies.
For Maven users, just add the following xml snippet to your pom :
<dependency>
<groupId>org.easytesting</groupId>
<artifactId>fest-assert-core</artifactId>
<version>2.0M5</version>
</dependency>
Other dependencies coordinates (Ivy, Grape, ...) are described here.