Installing Fest Assertions - alexruiz/fest-assert-2.x GitHub Wiki
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.