Jar examples for n:nutch
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.
The Apache Software License, Version 2.0
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'
Click the following link to download the jar file.
nutch-1.4-javadoc.jar