Download solr-jdbc-1.0.1.jar file - Jar s

Jar examples for s:solr-jdbc

Description

A simple Solr JDBC connection holder and a Solr synonym filter loading synonyms from JDBC.

You can download jar file solr-jdbc 1.0.1 in this page.

License

The Apache Software License, Version 2.0

Build File

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

<dependency>
   <groupId>com.s24.search.solr</groupId>
   <artifactId>solr-jdbc</artifactId>
   <version>1.0.1</version>
</dependency>
compile group: 'com.s24.search.solr', name: 'solr-jdbc', version: '1.0.1'
libraryDependencies += "com.s24.search.solr" % "solr-jdbc" % "1.0.1"
<dependency org="com.s24.search.solr" name="solr-jdbc" rev="1.0.1"/>
@Grapes(@Grab(group='com.s24.search.solr', module='solr-jdbc', version='1.0.1'))
'com.s24.search.solr:solr-jdbc:jar:1.0.1'

Download

Click the following link to download the jar file.

solr-jdbc-1.0.1-jar-with-dependencies.jar
solr-jdbc-1.0.1-javadoc.jar
solr-jdbc-1.0.1-sources.jar
solr-jdbc-1.0.1.jar
solr-jdbc-1.0.1.pom



Related Tutorials