Download solr-common-1.3.0.jar file - Jar s

Jar examples for s:solr-common

Description

Apache Solr Common

You can download jar file solr-common 1.3.0 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

solr-common-1.3.0-javadoc.jar
solr-common-1.3.0-sources.jar
solr-common-1.3.0.jar
solr-common-1.3.0.pom



Related Tutorials