My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
MavenConfig  

Featured
Updated Feb 16, 2012 by ganjisaffar@gmail.com

Maven Configuration

crawler4j is available from central Maven repository. To use it you just need to include the following dependency in your pom.xml:

    <dependency>
	<groupId>edu.uci.ics</groupId>
	<artifactId>crawler4j</artifactId>
	<version>3.3</version>
	<type>jar</type>
	<scope>compile</scope>
    </dependency>

Note: make sure to use the latest version.


Sign in to add a comment
Powered by Google Project Hosting