License |
License |
---|---|
GroupId | GroupIdcom.crawljax |
ArtifactId | ArtifactIdcrawljax-web |
Version | Version3.6 |
Type | Typejar |
Description |
DescriptionCrawljax web interface
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.
|
Project URL |
Project URL |
Filename | Size |
---|---|
crawljax-web-3.6.pom | |
crawljax-web-3.6.jar | 533 KB |
crawljax-web-3.6-tests.jar | 304 KB |
crawljax-web-3.6-test-sources.jar | 5 KB |
crawljax-web-3.6-test-javadoc.jar | 40 KB |
crawljax-web-3.6-sources.jar | 495 KB |
crawljax-web-3.6-javadoc.jar | 212 KB |
crawljax-web-3.6-distribution.zip | 21 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.crawljax/crawljax-web/ -->
<dependency>
<groupId>com.crawljax</groupId>
<artifactId>crawljax-web</artifactId>
<version>3.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.crawljax/crawljax-web/
implementation 'com.crawljax:crawljax-web:3.6'
// https://jarcasting.com/artifacts/com.crawljax/crawljax-web/
implementation ("com.crawljax:crawljax-web:3.6")
'com.crawljax:crawljax-web:jar:3.6'
<dependency org="com.crawljax" name="crawljax-web" rev="3.6">
<artifact name="crawljax-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.crawljax', module='crawljax-web', version='3.6')
)
libraryDependencies += "com.crawljax" % "crawljax-web" % "3.6"
[com.crawljax/crawljax-web "3.6"]
Group / Artifact | Type | Version |
---|---|---|
com.crawljax : crawljax-core | jar | 3.6 |
com.crawljax.plugins : crawloverview-plugin | jar | 3.6 |
com.crawljax.plugins : test-plugin | jar | 3.6 |
com.google.inject.extensions : guice-servlet | jar | 3.0 |
com.google.inject.extensions : guice-assistedinject | jar | 3.0 |
javax.servlet : javax.servlet-api | jar | 3.1.0 |
com.sun.jersey.contribs : jersey-guice | jar | 1.18.1 |
com.sun.jersey.contribs : jersey-multipart | jar | 1.18.1 |
org.codehaus.jackson : jackson-jaxrs | jar | 1.9.12 |
org.eclipse.jetty : jetty-webapp | jar | 9.3.0.M1 |
ch.qos.logback : logback-classic | jar | 1.1.2 |
org.eclipse.jetty.websocket : websocket-server | jar | 9.3.0.M1 |
commons-cli : commons-cli | jar | 1.2 |
org.reflections : reflections | jar | 0.9.9-RC2 |
com.google.guava : guava | jar | 18.0 |
org.slf4j : jcl-over-slf4j | jar | 1.7.7 |
org.slf4j : jul-to-slf4j | jar | 1.7.7 |
com.google.code.findbugs : jsr305 | jar | 3.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.seleniumhq.selenium : selenium-java | jar | [2.44.0,) |
junit : junit | jar | 4.11 |
org.hamcrest : hamcrest-library | jar | 1.3 |
org.mockito : mockito-core | jar | 1.10.8 |