Download crawljax-2.1.jar file - Jar c

Jar examples for c:crawljax

Description

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.

License

Apache 2

Build File

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'

Download

Click the following link to download the jar file.

crawljax-2.1-javadoc.jar
crawljax-2.1-sources.jar
crawljax-2.1.jar
crawljax-2.1.pom



Related Tutorials