License |
License |
---|---|
Categories |
CategoriesORM Data StormCrawler Business Logic Libraries Web Crawling |
GroupId | GroupIdcom.digitalpebble.stormcrawler |
ArtifactId | ArtifactIdstorm-crawler-archetype |
Last Version | Last Version2.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionstorm-crawler-archetype
A collection of resources for building low-latency, scalable web crawlers on Apache Storm.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
storm-crawler-archetype-2.4.pom | |
storm-crawler-archetype-2.4.jar | 11 KB |
storm-crawler-archetype-2.4-tests.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.digitalpebble.stormcrawler/storm-crawler-archetype/ -->
<dependency>
<groupId>com.digitalpebble.stormcrawler</groupId>
<artifactId>storm-crawler-archetype</artifactId>
<version>2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.digitalpebble.stormcrawler/storm-crawler-archetype/
implementation 'com.digitalpebble.stormcrawler:storm-crawler-archetype:2.4'
// https://jarcasting.com/artifacts/com.digitalpebble.stormcrawler/storm-crawler-archetype/
implementation ("com.digitalpebble.stormcrawler:storm-crawler-archetype:2.4")
'com.digitalpebble.stormcrawler:storm-crawler-archetype:jar:2.4'
<dependency org="com.digitalpebble.stormcrawler" name="storm-crawler-archetype" rev="2.4">
<artifact name="storm-crawler-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.digitalpebble.stormcrawler', module='storm-crawler-archetype', version='2.4')
)
libraryDependencies += "com.digitalpebble.stormcrawler" % "storm-crawler-archetype" % "2.4"
[com.digitalpebble.stormcrawler/storm-crawler-archetype "2.4"]