Download nutch-1.4.jar file - Jar n

Jar examples for n:nutch

Description

Nutch is open source web-search software. It builds on Lucene and Solr, adding web-specifics, such as a crawler, a link-graph database, parsers for HTML and other document formats, etc.

You can download jar file nutch 1.4 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add nutch-1.4.jar to your project.

<dependency>
   <groupId>org.apache.nutch</groupId>
   <artifactId>nutch</artifactId>
   <version>1.4</version>
</dependency>
compile group: 'org.apache.nutch', name: 'nutch', version: '1.4'
libraryDependencies += "org.apache.nutch" % "nutch" % "1.4"
<dependency org="org.apache.nutch" name="nutch" rev="1.4"/>
@Grapes(@Grab(group='org.apache.nutch', module='nutch', version='1.4'))
'org.apache.nutch:nutch:jar:1.4'

Download

Click the following link to download the jar file.

nutch-1.4-javadoc.jar
nutch-1.4-sources.jar
nutch-1.4-tests.jar
nutch-1.4.jar
nutch-1.4.pom



Related Tutorials