is not current version
Last Version 0.7

com.digitalpebble:storm-crawler 0.3

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.3
Type

Type

jar

Download storm-crawler 0.3


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