License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcom.digitalpebble |
ArtifactId | ArtifactIdstorm-crawler |
Version | Version0.7 |
Type | Typepom |
Description |
Descriptionstorm-crawler
A collection of resources for building low-latency, scalable web crawlers on Apache Storm.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
storm-crawler-0.7.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.digitalpebble/storm-crawler/ -->
<dependency>
<groupId>com.digitalpebble</groupId>
<artifactId>storm-crawler</artifactId>
<version>0.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.digitalpebble/storm-crawler/
implementation 'com.digitalpebble:storm-crawler:0.7'
// https://jarcasting.com/artifacts/com.digitalpebble/storm-crawler/
implementation ("com.digitalpebble:storm-crawler:0.7")
'com.digitalpebble:storm-crawler:pom:0.7'
<dependency org="com.digitalpebble" name="storm-crawler" rev="0.7">
<artifact name="storm-crawler" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.digitalpebble', module='storm-crawler', version='0.7')
)
libraryDependencies += "com.digitalpebble" % "storm-crawler" % "0.7"
[com.digitalpebble/storm-crawler "0.7"]