Project Dependencies

compile

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

GroupIdArtifactIdVersionClassifierTypeOptional
antlrantlr2.7.6-jar
berkeleydbje3.2.44-jar
coltcolt1.2.0-jar
com.thoughtworks.xstreamxstream1.2.2-jar
commons-clicommons-cli1.0-jar
commons-netcommons-net1.4.1-jar
jxtajxta2.5-jar
log4jlog4j1.2.13-jar
trovetrove2.0.1-jar

Project Transitive Dependencies

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

compile

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

GroupIdArtifactIdVersionClassifierTypeOptional
commons-langcommons-lang1.0-jar
commons-loggingcommons-logging1.0-jar
concurrentconcurrent1.3.4-jar
orooro2.0.8-jar
xpp3xpp3_min1.1.3.4.O-jar

test

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

GroupIdArtifactIdVersionClassifierTypeOptional
junitjunit4.2-jar

Project Dependency Graph

Dependency Listings

OBSearch

OBSearch is a similarity search engine. Similarity search is required in many areas. For example, music matching and binary program matching require a similarity search engine. Nowadays, it is common to hear news of projects like "photosynth" that heavily rely on similarity search. OBSearch is a similarity search engine that can help you to create an interesting and new application! Why OBSearch? There has been much research on the subject of similarity search, and several approaches that work well in practice have been developed. Nevertheless, these approaches are CPU intensive, and therefore the amount of clients a server can hold is very limited. As a consequence, individuals or small companies who want to provide similarity search services cannot afford the infrastructure required. OBSearch attempts to solve this problem by distributing the workload among the users. OBSearch achieves this by dividing the search space into n "boxes". In addition, OBsearch can determine for any query, which boxes have to be searched. This allows OBSearch to efficiently perform similarity searches by distributing the queries among the peers. This project could benefit different communities that require similarity matching services on audio, source code, video, biology data, etc.

http://code.google.com/p/obsearch/

Unnamed - berkeleydb:je:jar:3.2.44

POM was created from install:install-file

CLI

Commons CLI provides a simple API for working with the command line arguments and options.

Unnamed - commons-logging:commons-logging:jar:1.0

Lang

Commons.Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang.

JUnit

JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.

http://junit.org

Jakarta Commons Net

http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/

Unnamed - oro:oro:jar:2.0.8

Unnamed - colt:colt:jar:1.0.3

Dough Lea's util.concurrent package

Unnamed - trove:trove:jar:2.0.1

POM was created from install:install-file

Unnamed - jxta:jxta:jar:2.5

POM was created from install:install-file

XStream Core

Unnamed - xpp3:xpp3_min:jar:1.1.3.4.O

MXP1 is a stable XmlPull parsing engine that is based on ideas from XPP and in particular XPP2 but completely revised and rewritten to take the best advantage of latest JIT JVMs such as Hotspot in JDK 1.4+.

http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/

Log4j

Log4j

http://logging.apache.org/log4j/docs/

AntLR

http://www.antlr.org/