Project Dependencies
compile
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
GroupId |
ArtifactId |
Version |
Type |
License |
org.nanohttpd |
nanohttpd
|
2.2.0 |
jar |
The BSD 3-Clause License |
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.12 |
jar |
Eclipse Public License 1.0 |
org.apache.httpcomponents |
httpclient |
4.4.1 |
jar |
Apache License, Version 2.0 |
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.9 |
jar |
The Apache Software License, Version 2.0 |
commons-logging |
commons-logging |
1.2 |
jar |
The Apache Software License, Version 2.0 |
org.apache.httpcomponents |
httpcore |
4.4.1 |
jar |
Apache License, Version 2.0 |
org.hamcrest |
hamcrest-core |
1.3 |
jar |
New BSD License |
Project Dependency Graph
Dependency Tree
- org.nanohttpd:nanohttpd-webserver:jar:2.2.0
NanoHttpd-Webserver |
Description: nanohttpd-webserver can serve any local directory as a webserver using nanohttpd.
URL: http://nanohttpd.org/nanohttpd-webserver
Project License: The BSD 3-Clause License
|
- org.nanohttpd:nanohttpd:jar:2.2.0 (compile)
NanoHttpd-Core |
Description: NanoHttpd is a light-weight HTTP server designed for embedding in other applications.
URL: http://nanohttpd.org/nanohttpd
Project License: The BSD 3-Clause License
|
- org.apache.httpcomponents:httpclient:jar:4.4.1 (test)
Apache HttpClient |
Description: Apache HttpComponents Client
URL: http://hc.apache.org/httpcomponents-client
Project License: Apache License, Version 2.0
|
- org.apache.httpcomponents:httpcore:jar:4.4.1 (test)
Apache HttpCore |
Description: Apache HttpComponents Core (blocking I/O)
URL: http://hc.apache.org/httpcomponents-core-ga
Project License: Apache License, Version 2.0
|
- commons-logging:commons-logging:jar:1.2 (test)
Apache Commons Logging |
Description: Apache Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
URL: http://commons.apache.org/proper/commons-logging/
Project License: The Apache Software License, Version 2.0
|
- commons-codec:commons-codec:jar:1.9 (test)
Apache Commons Codec |
Description: The Apache Commons 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/proper/commons-codec/
Project License: The Apache Software License, Version 2.0
|
- junit:junit:jar:4.12 (test)
JUnit |
Description: JUnit is a unit testing framework for Java, created by Erich Gamma and Kent Beck.
URL: http://junit.org
Project License: Eclipse Public License 1.0
|
- org.hamcrest:hamcrest-core:jar:1.3 (test)
Hamcrest Core |
Description: This is the core API of hamcrest matcher framework to be used by third-party framework providers. This includes the a foundation set of matcher implementations for common operations.
URL: https://github.com/hamcrest/JavaHamcrest/hamcrest-core
Project License: New BSD License
|
Licenses
New BSD License: Hamcrest Core
Eclipse Public License 1.0: JUnit
Apache License, Version 2.0: Apache HttpClient, Apache HttpCore
The Apache Software License, Version 2.0: Apache Commons Codec, Apache Commons Logging
The BSD 3-Clause License: NanoHttpd-Core, NanoHttpd-Webserver