Download bobo-browse-3.2.0.jar file - Jar b

Jar examples for b:bobo-browse

Description

Bobo Browse 3.2.0 patched for lucene 3.6 compatibility (see https://linkedin.jira.com/browse/BOBO-107). Bobo is a Faceted Search implementation written purely in Java, an extension of Apache Lucene

You can download jar file bobo-browse 3.2.0 in this page.

License

Apache License

Build File

You can use the following script to add bobo-browse-3.2.0.jar to your project.

<dependency>
   <groupId>com.browseengine.bobo</groupId>
   <artifactId>bobo-browse</artifactId>
   <version>3.2.0</version>
</dependency>
compile group: 'com.browseengine.bobo', name: 'bobo-browse', version: '3.2.0'
libraryDependencies += "com.browseengine.bobo" % "bobo-browse" % "3.2.0"
<dependency org="com.browseengine.bobo" name="bobo-browse" rev="3.2.0"/>
@Grapes(@Grab(group='com.browseengine.bobo', module='bobo-browse', version='3.2.0'))
'com.browseengine.bobo:bobo-browse:jar:3.2.0'

Download

Click the following link to download the jar file.

bobo-browse-3.2.0-javadoc.jar
bobo-browse-3.2.0-sources.jar
bobo-browse-3.2.0.jar
bobo-browse-3.2.0.pom



Related Tutorials