Download solr-cell-1.4.1.jar file - Jar s

Jar examples for s:solr-cell

Description

Apache Solr Content Extraction Library integrates Apache Tika content extraction framework into Solr

You can download jar file solr-cell 1.4.1 in this page.

License

Apache License

Build File

You can use the following script to add solr-cell-1.4.1.jar to your project.

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

Download

Click the following link to download the jar file.

solr-cell-1.4.1-javadoc.jar
solr-cell-1.4.1-sources.jar
solr-cell-1.4.1.jar
solr-cell-1.4.1.pom



Related Tutorials