is not current version
Last Version 1.5.11

com.soulgalore:crawler 1.3

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

GroupId

GroupId

com.soulgalore
ArtifactId

ArtifactId

crawler
Version

Version

1.3
Type

Type

jar

Download crawler 1.3


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