Download crawler-commons-0.6.jar file - Jar c

Jar examples for c:crawler-commons

Description

crawler-commons is a set of reusable Java components that implement functionality common to any web crawler.

You can download jar file crawler-commons 0.6 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add crawler-commons-0.6.jar to your project.

<dependency>
   <groupId>com.github.crawler-commons</groupId>
   <artifactId>crawler-commons</artifactId>
   <version>0.6</version>
</dependency>
compile group: 'com.github.crawler-commons', name: 'crawler-commons', version: '0.6'
libraryDependencies += "com.github.crawler-commons" % "crawler-commons" % "0.6"
<dependency org="com.github.crawler-commons" name="crawler-commons" rev="0.6"/>
@Grapes(@Grab(group='com.github.crawler-commons', module='crawler-commons', version='0.6'))
'com.github.crawler-commons:crawler-commons:jar:0.6'

Download

Click the following link to download the jar file.

crawler-commons-0.6-javadoc.jar
crawler-commons-0.6-sources.jar
crawler-commons-0.6-tests.jar
crawler-commons-0.6.jar
crawler-commons-0.6.pom



Related Tutorials