| Категории |
КатегорииORM Данные StormCrawler Прикладные библиотеки Web Crawling |
|---|---|
| Группа | Группаcom.digitalpebble.stormcrawler |
| Идентификатор | Идентификаторstorm-crawler-archetype |
| Версия | Версия1.7 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| storm-crawler-archetype-1.7.pom | |
| storm-crawler-archetype-1.7.jar | 11 KB |
| storm-crawler-archetype-1.7-tests.jar | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.digitalpebble.stormcrawler/storm-crawler-archetype/ -->
<dependency>
<groupId>com.digitalpebble.stormcrawler</groupId>
<artifactId>storm-crawler-archetype</artifactId>
<version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.digitalpebble.stormcrawler/storm-crawler-archetype/
implementation 'com.digitalpebble.stormcrawler:storm-crawler-archetype:1.7'
// https://jarcasting.com/artifacts/com.digitalpebble.stormcrawler/storm-crawler-archetype/
implementation ("com.digitalpebble.stormcrawler:storm-crawler-archetype:1.7")
'com.digitalpebble.stormcrawler:storm-crawler-archetype:jar:1.7'
<dependency org="com.digitalpebble.stormcrawler" name="storm-crawler-archetype" rev="1.7">
<artifact name="storm-crawler-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.digitalpebble.stormcrawler', module='storm-crawler-archetype', version='1.7')
)
libraryDependencies += "com.digitalpebble.stormcrawler" % "storm-crawler-archetype" % "1.7"
[com.digitalpebble.stormcrawler/storm-crawler-archetype "1.7"]