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 |
---|---|---|---|---|
com.sun.jersey.contribs | jersey-guice | 1.9 | jar | CDDL 1.1-GPL2 w/ CPE |
javax.servlet | servlet-api | 2.5 | jar | - |
org.fusesource.scalate | scalate-core | 1.5.3 | jar | The Apache Software License, Version 2.0 |
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 |
---|---|---|---|---|
ch.qos.logback | logback-classic | 0.9.26 | jar | Eclipse Public License - v 1.0-GNU Lesser General Public License |
junit | junit | 4.8.2 | jar | Common Public License Version 1.0 |
org.scalatest | scalatest_2.9.1 | 1.6.1 | jar | the Apache License, ASL Version 2.0 |
The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:
GroupId | ArtifactId | Version | Type | License |
---|---|---|---|---|
org.atmosphere | atmosphere-jersey | 0.8.0-RC1 | jar | CDDL-Apache License 2.0 |
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 | Type | License |
---|---|---|---|---|
aopalliance | aopalliance | 1.0 | jar | Public Domain |
asm | asm | 3.1 | jar | - |
com.google.inject | guice | 3.0 | jar | The Apache Software License, Version 2.0 |
com.google.inject.extensions | guice-servlet | 3.0 | jar | The Apache Software License, Version 2.0 |
com.sun.jersey | jersey-core | 1.9 | jar | CDDL 1.1-GPL2 w/ CPE |
com.sun.jersey | jersey-server | 1.9 | jar | CDDL 1.1-GPL2 w/ CPE |
javax.inject | javax.inject | 1 | jar | - |
org.fusesource.scalate | scalate-util | 1.5.3 | jar | The Apache Software License, Version 2.0 |
org.scala-lang | scala-compiler | 2.9.1 | jar | BSD-like |
org.scala-lang | scala-library | 2.9.1 | jar | BSD-like |
org.slf4j | slf4j-api | 1.6.1 | jar | MIT License |
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 |
---|---|---|---|---|
ch.qos.logback | logback-core | 0.9.26 | jar | Eclipse Public License - v 1.0-GNU Lesser General Public License |
The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:
GroupId | ArtifactId | Version | Type | License |
---|---|---|---|---|
org.atmosphere | atmosphere-annotations | 0.8.0-RC1 | jar | CDDL-Apache License 2.0 |
org.atmosphere | atmosphere-compat-jbossweb | 0.8.0-RC1 | jar | CDDL-Apache License 2.0 |
org.atmosphere | atmosphere-compat-jetty | 0.8.0-RC1 | jar | CDDL-Apache License 2.0 |
org.atmosphere | atmosphere-compat-tomcat | 0.8.0-RC1 | jar | CDDL-Apache License 2.0 |
org.atmosphere | atmosphere-compat-weblogic | 0.8.0-RC1 | jar | CDDL-Apache License 2.0 |
org.atmosphere | atmosphere-runtime | 0.8.0-RC1 | jar | CDDL-Apache License 2.0 |
Public Domain: AOP alliance
Unknown: ASM Core, javax.inject, servlet-api
Eclipse Public License - v 1.0: Logback Classic Module, Logback Core Module
The Apache Software License, Version 2.0: Google Guice - Core Library, Google Guice - Extensions - Servlet, scalate-core, scalate-guice, scalate-util
GNU Lesser General Public License: Logback Classic Module, Logback Core Module
BSD-like: scala-compiler, scala-library
CDDL: atmosphere-annotations, atmosphere-compat-jbossweb, atmosphere-compat-jetty, atmosphere-compat-tomcat, atmosphere-compat-weblogic, atmosphere-jersey, atmosphere-runtime
CDDL 1.1: jersey-core, jersey-guice, jersey-server
GPL2 w/ CPE: jersey-core, jersey-guice, jersey-server
Apache License 2.0: atmosphere-annotations, atmosphere-compat-jbossweb, atmosphere-compat-jetty, atmosphere-compat-tomcat, atmosphere-compat-weblogic, atmosphere-jersey, atmosphere-runtime
Common Public License Version 1.0: JUnit
MIT License: SLF4J API Module
the Apache License, ASL Version 2.0: ScalaTest