| GroupId | GroupIdcom.watchrabbit |
|---|---|
| ArtifactId | ArtifactIdcrawler-driver |
| Version | Version8.0.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| crawler-driver-8.0.6.pom | |
| crawler-driver-8.0.6.jar | 9 KB |
| crawler-driver-8.0.6-sources.jar | 8 KB |
| crawler-driver-8.0.6-javadoc.jar | 71 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.watchrabbit/crawler-driver/ -->
<dependency>
<groupId>com.watchrabbit</groupId>
<artifactId>crawler-driver</artifactId>
<version>8.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.watchrabbit/crawler-driver/
implementation 'com.watchrabbit:crawler-driver:8.0.6'
// https://jarcasting.com/artifacts/com.watchrabbit/crawler-driver/
implementation ("com.watchrabbit:crawler-driver:8.0.6")
'com.watchrabbit:crawler-driver:jar:8.0.6'
<dependency org="com.watchrabbit" name="crawler-driver" rev="8.0.6">
<artifact name="crawler-driver" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.watchrabbit', module='crawler-driver', version='8.0.6')
)
libraryDependencies += "com.watchrabbit" % "crawler-driver" % "8.0.6"
[com.watchrabbit/crawler-driver "8.0.6"]