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 |
---|---|---|---|---|---|
berkeleydb | je | 3.2.44 | - | jar | |
com.h2database | h2 | 1.0.73 | - | jar | |
commons-collections | commons-collections | 3.2 | - | jar | |
commons-dbutils | commons-dbutils | 1.1 | - | jar | |
commons-lang | commons-lang | 2.4 | - | jar | |
commons-logging | commons-logging | 1.0.4 | - | 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.4 | - | jar | |
org.codehaus.groovy | groovy-all | 1.5.5 | - | 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 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 |
---|---|---|---|---|---|
jline | jline | 0.9.94 | - | jar | |
org.apache.ant | ant | 1.7.0 | - | jar | |
org.apache.ant | ant-launcher | 1.7.0 | - | jar |
JGeocoder - Free Java Geocoder
Geocoding is the process of estimating a latitude and longitude for a given location. JGeocoder is a free Java geocoder. This project is loosely modeled after Geo::Coder::US, a Perl module available for download from the CPAN.
http://jgeocoder.sourceforge.net/
Groovy: A powerful, dynamic language for the JVM
Apache Ant
Unnamed - org.apache.ant:ant-launcher:jar:1.7.0
master POM
http://ant.apache.org/ant-launcher
JLine is a java library for reading and editing user input in console applications. It features tab-completion, command history, password masking, customizable keybindings, and pass-through handlers to use to chain to other console applications.
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.
Types that extend and augment the Java Collections Framework.
http://jakarta.apache.org/commons/collections/
A package of Java utility classes for easing JDBC development
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
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.
http://commons.apache.org/lang/
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://jakarta.apache.org/commons/logging/
Berkeley DB Java Edition is a high performance, transactional storage engine written entirely in Java.
http://www.sleepycat.com/products/bdbje.html
H2 Database Engine