Download bobo-browse-3.0.1.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.0.1 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials