is not current version
Last Version 2.4

com.digitalpebble.stormcrawler:storm-crawler 1.4

A collection of resources for building low-latency, scalable web crawlers on Apache Storm.

Categories

Categories

ORM Data StormCrawler Business Logic Libraries Web Crawling
GroupId

GroupId

com.digitalpebble.stormcrawler
ArtifactId

ArtifactId

storm-crawler
Version

Version

1.4
Type

Type

pom

Download storm-crawler 1.4

Filename Size
storm-crawler-1.4.pom 6 KB
Browse

<!-- https://jarcasting.com/artifacts/com.digitalpebble.stormcrawler/storm-crawler/ -->
<dependency>
    <groupId>com.digitalpebble.stormcrawler</groupId>
    <artifactId>storm-crawler</artifactId>
    <version>1.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.digitalpebble.stormcrawler/storm-crawler/
implementation 'com.digitalpebble.stormcrawler:storm-crawler:1.4'
// https://jarcasting.com/artifacts/com.digitalpebble.stormcrawler/storm-crawler/
implementation ("com.digitalpebble.stormcrawler:storm-crawler:1.4")
'com.digitalpebble.stormcrawler:storm-crawler:pom:1.4'
<dependency org="com.digitalpebble.stormcrawler" name="storm-crawler" rev="1.4">
  <artifact name="storm-crawler" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.digitalpebble.stormcrawler', module='storm-crawler', version='1.4')
)
libraryDependencies += "com.digitalpebble.stormcrawler" % "storm-crawler" % "1.4"
[com.digitalpebble.stormcrawler/storm-crawler "1.4"]