Last Version

Crawling Framework 0.2.0

Framework to simplify news crawling

License

License

GroupId

GroupId

lt.tokenmill.crawling
ArtifactId

ArtifactId

crawling-framework
Version

Version

0.2.0
Type

Type

pom
Description

Description

Crawling Framework
Framework to simplify news crawling
Project URL

Project URL

https://github.com/tokenmill/crawling-framework
Source Code Management

Source Code Management

https://github.com/tokenmill/crawling-framework/tree/master

Download crawling-framework 0.2.0


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • data-model
  • elasticsearch
  • parser
  • page-analyzer
  • crawler
  • administration-ui
  • analysis-ui
  • ui-commons