Maven Information
If you are using Maven, you can use Crawljax directly from the public Maven repository by adding the following dependency to your project’s pom.xml:
<dependencies>
...
<dependency>
<groupId>com.crawljax</groupId>
<artifactId>crawljax</artifactId>
<version>2.0</version>
</dependency>
...
</dependencies>