Jar examples for c:crawljax
Crawling Ajax applications through dynamic analysis and reconstruction of the UI state changes. Crawljax is based on a method which dynamically builds a `state-flow graph' modeling the various navigation paths and states within an Ajax application.
You can download jar file crawljax 2.1 in this page.
Apache 2
You can use the following script to add crawljax-2.1.jar to your project.
<dependency> <groupId>com.crawljax</groupId> <artifactId>crawljax</artifactId> <version>2.1</version> </dependency>
compile group: 'com.crawljax', name: 'crawljax', version: '2.1'
libraryDependencies += "com.crawljax" % "crawljax" % "2.1"
<dependency org="com.crawljax" name="crawljax" rev="2.1"/>
@Grapes(@Grab(group='com.crawljax', module='crawljax', version='2.1'))
'com.crawljax:crawljax:jar:2.1'
Click the following link to download the jar file.
crawljax-2.1-javadoc.jar