is not current version
Last Version 1.5.11

com.soulgalore:crawler 1.5.4

Simple java (1.6) crawler to crawl web pages on one and same domain.

GroupId

GroupId

com.soulgalore
ArtifactId

ArtifactId

crawler
Version

Version

1.5.4
Type

Type

jar

Download crawler 1.5.4


<!-- https://jarcasting.com/artifacts/com.soulgalore/crawler/ -->
<dependency>
    <groupId>com.soulgalore</groupId>
    <artifactId>crawler</artifactId>
    <version>1.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.soulgalore/crawler/
implementation 'com.soulgalore:crawler:1.5.4'
// https://jarcasting.com/artifacts/com.soulgalore/crawler/
implementation ("com.soulgalore:crawler:1.5.4")
'com.soulgalore:crawler:jar:1.5.4'
<dependency org="com.soulgalore" name="crawler" rev="1.5.4">
  <artifact name="crawler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.soulgalore', module='crawler', version='1.5.4')
)
libraryDependencies += "com.soulgalore" % "crawler" % "1.5.4"
[com.soulgalore/crawler "1.5.4"]