Download crawler4j-3.4.jar file - Jar c

Jar examples for c:crawler4j

Description

Open Source Web Crawler for Java

You can download jar file crawler4j 3.4 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add crawler4j-3.4.jar to your project.

<dependency>
   <groupId>edu.uci.ics</groupId>
   <artifactId>crawler4j</artifactId>
   <version>3.4</version>
</dependency>
compile group: 'edu.uci.ics', name: 'crawler4j', version: '3.4'
libraryDependencies += "edu.uci.ics" % "crawler4j" % "3.4"
<dependency org="edu.uci.ics" name="crawler4j" rev="3.4"/>
@Grapes(@Grab(group='edu.uci.ics', module='crawler4j', version='3.4'))
'edu.uci.ics:crawler4j:jar:3.4'

Download

Click the following link to download the jar file.

crawler4j-3.4-javadoc.jar
crawler4j-3.4-sources.jar
crawler4j-3.4.jar
crawler4j-3.4.pom



Related Tutorials