GroupId | GroupIdcom.crawljax |
---|---|
ArtifactId | ArtifactIdcrawljax-core |
Version | Version3.1 |
Type | Typejar |
Filename | Size |
---|---|
crawljax-core-3.1.pom | |
crawljax-core-3.1.jar | 210 KB |
crawljax-core-3.1-tests.jar | 243 KB |
crawljax-core-3.1-sources.jar | 135 KB |
crawljax-core-3.1-javadoc.jar | 736 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.crawljax/crawljax-core/ -->
<dependency>
<groupId>com.crawljax</groupId>
<artifactId>crawljax-core</artifactId>
<version>3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.crawljax/crawljax-core/
implementation 'com.crawljax:crawljax-core:3.1'
// https://jarcasting.com/artifacts/com.crawljax/crawljax-core/
implementation ("com.crawljax:crawljax-core:3.1")
'com.crawljax:crawljax-core:jar:3.1'
<dependency org="com.crawljax" name="crawljax-core" rev="3.1">
<artifact name="crawljax-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.crawljax', module='crawljax-core', version='3.1')
)
libraryDependencies += "com.crawljax" % "crawljax-core" % "3.1"
[com.crawljax/crawljax-core "3.1"]