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