The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| antlr | antlr | 2.7.6 | - | jar | |
| berkeleydb | je | 3.2.44 | - | jar | |
| colt | colt | 1.2.0 | - | jar | |
| com.thoughtworks.xstream | xstream | 1.2.2 | - | jar | |
| commons-cli | commons-cli | 1.0 | - | jar | |
| commons-net | commons-net | 1.4.1 | - | jar | |
| jxta | jxta | 2.5 | - | jar | |
| log4j | log4j | 1.2.13 | - | jar | |
| trove | trove | 2.0.1 | - | jar |
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| commons-lang | commons-lang | 1.0 | - | jar | |
| commons-logging | commons-logging | 1.0 | - | jar | |
| concurrent | concurrent | 1.3.4 | - | jar | |
| oro | oro | 2.0.8 | - | jar | |
| xpp3 | xpp3_min | 1.1.3.4.O | - | jar |
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:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| junit | junit | 4.2 | - | jar |
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
Commons CLI provides a simple API for working with the command line arguments and options.
Unnamed - commons-logging:commons-logging:jar:1.0
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 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://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
Dough Lea's util.concurrent package
Unnamed - trove:trove:jar:2.0.1
POM was created from install:install-file
POM was created from install:install-file
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