License |
License |
---|---|
GroupId | GroupIdcom.torunski.crawler |
ArtifactId | ArtifactIdcrawler |
Last Version | Last Version0.6.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSmart and Simple Web Crawler
Smart and easy framework thats crawls a web site
|
Filename | Size |
---|---|
crawler-0.6.0.pom | |
crawler-0.6.0.jar | 48 KB |
crawler-0.6.0-sources.jar | 47 KB |
crawler-0.6.0-javadoc.jar | 251 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.torunski.crawler/crawler/ -->
<dependency>
<groupId>com.torunski.crawler</groupId>
<artifactId>crawler</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.torunski.crawler/crawler/
implementation 'com.torunski.crawler:crawler:0.6.0'
// https://jarcasting.com/artifacts/com.torunski.crawler/crawler/
implementation ("com.torunski.crawler:crawler:0.6.0")
'com.torunski.crawler:crawler:jar:0.6.0'
<dependency org="com.torunski.crawler" name="crawler" rev="0.6.0">
<artifact name="crawler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.torunski.crawler', module='crawler', version='0.6.0')
)
libraryDependencies += "com.torunski.crawler" % "crawler" % "0.6.0"
[com.torunski.crawler/crawler "0.6.0"]
Group / Artifact | Type | Version |
---|---|---|
commons-codec : commons-codec | jar | 1.3 |
commons-httpclient : commons-httpclient | jar | 3.0.1 |
commons-logging : commons-logging | jar | 1.1 |
org.apache.lucene : lucene-core Optional | jar | 2.0.0 |
org.apache.lucene : lucene-demos Optional | jar | 2.0.0 |
backport-util-concurrent : backport-util-concurrent Optional | jar | 2.2 |
org.htmlparser : htmlparser Optional | jar | 1.6 |
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j Optional | jar | 1.2.9 |