License |
License |
---|---|
Categories |
CategoriesORM Data StormCrawler Business Logic Libraries Web Crawling |
GroupId | GroupIdcom.digitalpebble.stormcrawler |
ArtifactId | ArtifactIdstorm-crawler |
Last Version | Last Version2.4 |
Release Date | Release Date |
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-2.4.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.digitalpebble.stormcrawler/storm-crawler/ -->
<dependency>
<groupId>com.digitalpebble.stormcrawler</groupId>
<artifactId>storm-crawler</artifactId>
<version>2.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.digitalpebble.stormcrawler/storm-crawler/
implementation 'com.digitalpebble.stormcrawler:storm-crawler:2.4'
// https://jarcasting.com/artifacts/com.digitalpebble.stormcrawler/storm-crawler/
implementation ("com.digitalpebble.stormcrawler:storm-crawler:2.4")
'com.digitalpebble.stormcrawler:storm-crawler:pom:2.4'
<dependency org="com.digitalpebble.stormcrawler" name="storm-crawler" rev="2.4">
<artifact name="storm-crawler" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.digitalpebble.stormcrawler', module='storm-crawler', version='2.4')
)
libraryDependencies += "com.digitalpebble.stormcrawler" % "storm-crawler" % "2.4"
[com.digitalpebble.stormcrawler/storm-crawler "2.4"]