| Группа | Группаcom.watchrabbit |
|---|---|
| Идентификатор | Идентификаторrabbit-crawler |
| Версия | Версия0.8.0 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| rabbit-crawler-0.8.0.pom | 13 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.watchrabbit/rabbit-crawler/ -->
<dependency>
<groupId>com.watchrabbit</groupId>
<artifactId>rabbit-crawler</artifactId>
<version>0.8.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.watchrabbit/rabbit-crawler/
implementation 'com.watchrabbit:rabbit-crawler:0.8.0'
// https://jarcasting.com/artifacts/com.watchrabbit/rabbit-crawler/
implementation ("com.watchrabbit:rabbit-crawler:0.8.0")
'com.watchrabbit:rabbit-crawler:pom:0.8.0'
<dependency org="com.watchrabbit" name="rabbit-crawler" rev="0.8.0">
<artifact name="rabbit-crawler" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.watchrabbit', module='rabbit-crawler', version='0.8.0')
)
libraryDependencies += "com.watchrabbit" % "rabbit-crawler" % "0.8.0"
[com.watchrabbit/rabbit-crawler "0.8.0"]