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