Fork me on GitHub

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.mockito mockito-all 1.9.5 jar The MIT License
org.nanohttpd nanohttpd 2.2.0-SNAPSHOT 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.8.2 jar Common Public License Version 1.0
org.eclipse.jetty.websocket websocket-client 9.3.0.M2 jar Apache Software License - Version 2.0-Eclipse Public License - Version 1.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
org.eclipse.jetty jetty-io 9.3.0.M2 jar Apache Software License - Version 2.0-Eclipse Public License - Version 1.0
org.eclipse.jetty jetty-util 9.3.0.M2 jar Apache Software License - Version 2.0-Eclipse Public License - Version 1.0
org.eclipse.jetty.websocket websocket-api 9.3.0.M2 jar Apache Software License - Version 2.0-Eclipse Public License - Version 1.0
org.eclipse.jetty.websocket websocket-common 9.3.0.M2 jar Apache Software License - Version 2.0-Eclipse Public License - Version 1.0

Project Dependency Graph

Dependency Tree

  • org.nanohttpd:nanohttpd-websocket:jar:2.2.0-SNAPSHOT Information
    • org.mockito:mockito-all:jar:1.9.5 (compile) Information
    • org.nanohttpd:nanohttpd:jar:2.2.0-SNAPSHOT (compile) Information
    • org.eclipse.jetty.websocket:websocket-client:jar:9.3.0.M2 (test) Information
      • org.eclipse.jetty:jetty-util:jar:9.3.0.M2 (test) Information
      • org.eclipse.jetty:jetty-io:jar:9.3.0.M2 (test) Information
      • org.eclipse.jetty.websocket:websocket-common:jar:9.3.0.M2 (test) Information
        • org.eclipse.jetty.websocket:websocket-api:jar:9.3.0.M2 (test) Information
    • junit:junit:jar:4.8.2 (test) Information

Licenses

Eclipse Public License - Version 1.0: Jetty :: IO Utility, Jetty :: Utilities, Jetty :: Websocket :: API, Jetty :: Websocket :: Client, Jetty :: Websocket :: Common

Unknown: nanohttpd-websocket

Apache Software License - Version 2.0: Jetty :: IO Utility, Jetty :: Utilities, Jetty :: Websocket :: API, Jetty :: Websocket :: Client, Jetty :: Websocket :: Common

Common Public License Version 1.0: JUnit

The BSD 3-Clause License: NanoHttpd-Core

The MIT License: Mockito