GroupId | GroupIdcom.crawljax |
---|---|
ArtifactId | ArtifactIdcrawljax-web |
Version | Version3.5 |
Type | Typejar |
Filename | Size |
---|---|
crawljax-web-3.5.pom | |
crawljax-web-3.5.jar | 480 KB |
crawljax-web-3.5-sources.jar | 443 KB |
crawljax-web-3.5-javadoc.jar | 212 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.crawljax/crawljax-web/ -->
<dependency>
<groupId>com.crawljax</groupId>
<artifactId>crawljax-web</artifactId>
<version>3.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.crawljax/crawljax-web/
implementation 'com.crawljax:crawljax-web:3.5'
// https://jarcasting.com/artifacts/com.crawljax/crawljax-web/
implementation ("com.crawljax:crawljax-web:3.5")
'com.crawljax:crawljax-web:jar:3.5'
<dependency org="com.crawljax" name="crawljax-web" rev="3.5">
<artifact name="crawljax-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.crawljax', module='crawljax-web', version='3.5')
)
libraryDependencies += "com.crawljax" % "crawljax-web" % "3.5"
[com.crawljax/crawljax-web "3.5"]