Download solr-4.10.4.jar file - Jar s

Jar examples for s:solr

Description

This project allows you to overlay your own local SOLR customizations on top of the default SOLR web application provided with DSpace.

You can download jar file solr 4.10.4 in this page.

License

Mozilla Public License

Build File

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

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

Download

Click the following link to download the jar file.

solr-4.10.4.pom



Related Tutorials