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