| GroupId | GroupIdcom.watchrabbit |
|---|---|
| ArtifactId | ArtifactIdrabbit-crawler |
| Version | Version8.0.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| rabbit-crawler-8.0.1.pom | 13 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.watchrabbit/rabbit-crawler/ -->
<dependency>
<groupId>com.watchrabbit</groupId>
<artifactId>rabbit-crawler</artifactId>
<version>8.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.watchrabbit/rabbit-crawler/
implementation 'com.watchrabbit:rabbit-crawler:8.0.1'
// https://jarcasting.com/artifacts/com.watchrabbit/rabbit-crawler/
implementation ("com.watchrabbit:rabbit-crawler:8.0.1")
'com.watchrabbit:rabbit-crawler:pom:8.0.1'
<dependency org="com.watchrabbit" name="rabbit-crawler" rev="8.0.1">
<artifact name="rabbit-crawler" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.watchrabbit', module='rabbit-crawler', version='8.0.1')
)
libraryDependencies += "com.watchrabbit" % "rabbit-crawler" % "8.0.1"
[com.watchrabbit/rabbit-crawler "8.0.1"]