Project Dependencies
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:
GroupId |
ArtifactId |
Version |
Type |
License |
junit |
junit |
4.8.2 |
jar |
Common Public License Version 1.0 |
org.apache.httpcomponents |
httpclient |
4.2.5 |
jar |
LICENSE.txt |
org.apache.httpcomponents |
httpmime |
4.2.5 |
jar |
LICENSE.txt |
Project Transitive Dependencies
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
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:
GroupId |
ArtifactId |
Version |
Type |
License |
commons-codec |
commons-codec |
1.6 |
jar |
The Apache Software License, Version 2.0 |
commons-logging |
commons-logging |
1.1.1 |
jar |
The Apache Software License, Version 2.0 |
org.apache.httpcomponents |
httpcore |
4.2.4 |
jar |
LICENSE.txt |
Project Dependency Graph
Dependency Tree
- org.nanohttpd:nanohttpd:jar:2.2.0-SNAPSHOT
nanohttpd |
Description: There is currently no description associated with this project.
Project License: No license is defined for this project.
|
- org.apache.httpcomponents:httpclient:jar:4.2.5 (test)
HttpClient |
Description: HttpComponents Client (base module)
URL: http://hc.apache.org/httpcomponents-client
Project License: Apache License
|
- org.apache.httpcomponents:httpcore:jar:4.2.4 (test)
HttpCore |
Description: HttpComponents Core (blocking I/O)
URL: http://hc.apache.org/httpcomponents-core-ga
Project License: Apache License
|
- commons-logging:commons-logging:jar:1.1.1 (test)
Commons Logging |
Description: Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
URL: http://commons.apache.org/logging
Project License: The Apache Software License, Version 2.0
|
- commons-codec:commons-codec:jar:1.6 (test)
Commons Codec |
Description: The codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.
URL: http://commons.apache.org/codec/
Project License: The Apache Software License, Version 2.0
|
- org.apache.httpcomponents:httpmime:jar:4.2.5 (test)
HttpMime |
Description: HttpComponents HttpClient - MIME coded entities
URL: http://hc.apache.org/httpcomponents-client
Project License: Apache License
|
- junit:junit:jar:4.8.2 (test)
JUnit |
Description: JUnit is a regression testing framework. It is used by the developer who implements unit tests in Java.
URL: http://junit.org
Project License: Common Public License Version 1.0
|
Licenses
Unknown: nanohttpd
Apache License: HttpClient, HttpCore, HttpMime
Common Public License Version 1.0: JUnit
The Apache Software License, Version 2.0: Commons Codec, Commons Logging