MVN

com.crawljax : crawljax

Maven & Gradle

Dec 31, 2012
3 usages
456 stars

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.

<dependency>
    <groupId>com.crawljax</groupId>
    <artifactId>crawljax</artifactId>
    <version>2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.crawljax : crawljax to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2

All Versions

Choose a version of com.crawljax : crawljax to add to Maven or Gradle - All Versions:

  • Version Updated
  • crawljax-2.2

    Dec 31, 2012
  • crawljax-2.1

    Dec 13, 2012
  • crawljax-2.0

    Jun 10, 2011
  • crawljax-1.9

    Apr 16, 2010

How to add a dependency to Maven

Add the following com.crawljax : crawljax maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.crawljax</groupId>
    <artifactId>crawljax</artifactId>
    <version>2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.crawljax : crawljax gradle dependency to your build.gradle file:

implementation 'com.crawljax:crawljax:2.2'

Gradle Kotlin DSL: Add the following com.crawljax : crawljax gradle kotlin dependency to your build.gradle.kts file:

implementation("com.crawljax:crawljax:2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.crawljax : crawljax sbt scala dependency to your build.sbt file:

libraryDependencies += "com.crawljax" % "crawljax" % "2.2"