is not current version
Last Version 0.7

com.digitalpebble:storm-crawler 0.6

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

Categories

Categories

ORM Data
GroupId

GroupId

com.digitalpebble
ArtifactId

ArtifactId

storm-crawler
Version

Version

0.6
Type

Type

pom

Download storm-crawler 0.6

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

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