is not current version
Last Version 0.7

com.digitalpebble:storm-crawler 0.4

A collection of resources for building low-latency, large scale web crawlers on Storm.

Categories

Categories

ORM Data
GroupId

GroupId

com.digitalpebble
ArtifactId

ArtifactId

storm-crawler
Version

Version

0.4
Type

Type

jar

Download storm-crawler 0.4


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