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-logging | commons-logging | 1.1.1 | - | jar | |
| directory-network | mina | 0.8.0 | - | 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 | |
| log4j | log4j | 1.2.14 | - | 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-net | commons-net | 1.3.0 | - | jar | |
| emma | emma | 2.0.5312 | - | jar | |
| org.slf4j | slf4j-simple | 1.0-beta9 | - | jar | |
| oro | oro | 2.0.8 | - | jar |
MRCP4J provides a Java API that encapsulates the MRCPv2 protocol and can be used to implement MRCP clients and/or servers.
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://commons.apache.org/logging
Log4j
http://logging.apache.org/log4j/docs/
MINA (Multipurpose Infrastructure for Network Applications) is a network application framework which helps users develop high performance and high scalability network applications easily.
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
See http://www.slf4j.org/ Javadocs for the SimpleLogger are available at http://www.slf4j.org/api/org/slf4j/impl/SimpleLogger.html
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.