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