| GroupId | GroupIdcom.watchrabbit |
|---|---|
| ArtifactId | ArtifactIdcrawler-driver |
| Version | Version8.0.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| crawler-driver-8.0.8.pom | |
| crawler-driver-8.0.8.jar | 9 KB |
| crawler-driver-8.0.8-sources.jar | 8 KB |
| crawler-driver-8.0.8-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.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.watchrabbit/crawler-driver/
implementation 'com.watchrabbit:crawler-driver:8.0.8'
// https://jarcasting.com/artifacts/com.watchrabbit/crawler-driver/
implementation ("com.watchrabbit:crawler-driver:8.0.8")
'com.watchrabbit:crawler-driver:jar:8.0.8'
<dependency org="com.watchrabbit" name="crawler-driver" rev="8.0.8">
<artifact name="crawler-driver" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.watchrabbit', module='crawler-driver', version='8.0.8')
)
libraryDependencies += "com.watchrabbit" % "crawler-driver" % "8.0.8"
[com.watchrabbit/crawler-driver "8.0.8"]