GroupId | GroupIdcom.crawljax |
---|---|
ArtifactId | ArtifactIdcrawljax-test-utils |
Version | Version3.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.crawljax/crawljax-test-utils/ -->
<dependency>
<groupId>com.crawljax</groupId>
<artifactId>crawljax-test-utils</artifactId>
<version>3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.crawljax/crawljax-test-utils/
implementation 'com.crawljax:crawljax-test-utils:3.2'
// https://jarcasting.com/artifacts/com.crawljax/crawljax-test-utils/
implementation ("com.crawljax:crawljax-test-utils:3.2")
'com.crawljax:crawljax-test-utils:jar:3.2'
<dependency org="com.crawljax" name="crawljax-test-utils" rev="3.2">
<artifact name="crawljax-test-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.crawljax', module='crawljax-test-utils', version='3.2')
)
libraryDependencies += "com.crawljax" % "crawljax-test-utils" % "3.2"
[com.crawljax/crawljax-test-utils "3.2"]