is not current version
Last Version 2.4

com.digitalpebble.stormcrawler:storm-crawler 0.9

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

0.9
Type

Type

pom

Download storm-crawler 0.9

Filename Size
storm-crawler-0.9.pom 5 KB
Browse

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