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