License |
License |
---|---|
GroupId | GroupIdlt.tokenmill.crawling |
ArtifactId | ArtifactIdcrawler |
Version | Version0.2.0 |
Type | Typejar |
Description |
DescriptionFramework to simplify news crawling
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
crawler-0.2.0.pom | |
crawler-0.2.0.jar | 29 KB |
crawler-0.2.0-tests.jar | 4 KB |
crawler-0.2.0-sources.jar | 14 KB |
crawler-0.2.0-javadoc.jar | 97 KB |
Browse |
<!-- https://jarcasting.com/artifacts/lt.tokenmill.crawling/crawler/ -->
<dependency>
<groupId>lt.tokenmill.crawling</groupId>
<artifactId>crawler</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/lt.tokenmill.crawling/crawler/
implementation 'lt.tokenmill.crawling:crawler:0.2.0'
// https://jarcasting.com/artifacts/lt.tokenmill.crawling/crawler/
implementation ("lt.tokenmill.crawling:crawler:0.2.0")
'lt.tokenmill.crawling:crawler:jar:0.2.0'
<dependency org="lt.tokenmill.crawling" name="crawler" rev="0.2.0">
<artifact name="crawler" type="jar" />
</dependency>
@Grapes(
@Grab(group='lt.tokenmill.crawling', module='crawler', version='0.2.0')
)
libraryDependencies += "lt.tokenmill.crawling" % "crawler" % "0.2.0"
[lt.tokenmill.crawling/crawler "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.storm : storm-core | jar | 1.1.1 |
com.digitalpebble.stormcrawler : storm-crawler-core | jar | 1.5.1 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.8.1 |
lt.tokenmill.crawling : data-model | jar | 0.2.0 |
lt.tokenmill.crawling : elasticsearch | jar | 0.2.0 |
org.apache.logging.log4j : log4j-api | jar | 2.7 |
org.apache.logging.log4j : log4j-core | jar | 2.7 |
lt.tokenmill.crawling : parser | jar | 0.2.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |