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