is not current version
Last Version 4.5.11

com.goikosoft.crawler4j:crawler4j 4.5.0

crawler4j: Open Source Web Crawler for Java. Modified by Dario Goikoetxea to add POST capabilities

Categories

Categories

Crawler4j Business Logic Libraries Web Crawling
GroupId

GroupId

com.goikosoft.crawler4j
ArtifactId

ArtifactId

crawler4j
Version

Version

4.5.0
Type

Type

pom

Download crawler4j 4.5.0


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