Installing Fest Assertions - alexruiz/fest-assert-2.x GitHub Wiki

(to main page)

Fest assertions are available from Maven central repository, you can download it manually or use Maven.

Manual download

Fest Assertions can be downloaded from Maven central repository here.
Use the zip archive to get Fest Assertions 2.0M5 jar and its dependencies.

Maven

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>

Others build tools

Other dependencies coordinates (Ivy, Grape, ...) are described here.

⚠️ **GitHub.com Fallback** ⚠️