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 |
---|---|---|---|---|
com.google.guava | guava | 18.0 | jar | The Apache Software License, Version 2.0 |
org.apache.mina | mina-core | 2.0.9 | jar | Apache 2.0 License |
org.functionaljava | functionaljava | 4.4 | jar | The BSD3 License |
org.javolution | javolution-core-java | 6.0.0 | jar | BSD License |
org.jooq | joou | 0.9.1 | jar | Apache License, Version 2.0 |
org.slf4j | slf4j-api | 1.7.12 | jar | MIT 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 |
---|---|---|---|---|
org.slf4j | slf4j-simple | 1.7.12 | jar | MIT License |
org.testng | testng | 6.9.6 | jar | Apache Version 2.0, January 2004 |
provided
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 |
---|---|---|---|---|
com.google.code.findbugs | annotations | 3.0.0 | jar | GNU Lesser Public License |
org.projectlombok | lombok | 1.16.4 | jar | The MIT License |
Project Transitive Dependencies
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the 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.osgi | org.osgi.compendium | 4.3.1 | jar | Apache License, Version 2.0 |
org.osgi | org.osgi.core | 4.3.1 | jar | Apache License, Version 2.0 |
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 | Classifier | Type | License |
---|---|---|---|---|---|
aopalliance | aopalliance | 1.0 | - | jar | Public Domain |
com.beust | jcommander | 1.48 | - | jar | The Apache Software License, Version 2.0 |
com.google.inject | guice | 4.0 | no_aop | jar | The Apache Software License, Version 2.0 |
javax.inject | javax.inject | 1 | - | jar | The Apache Software License, Version 2.0 |
junit | junit | 4.10 | - | jar | Common Public License Version 1.0 |
org.apache.ant | ant | 1.7.0 | - | jar | - |
org.apache.ant | ant-launcher | 1.7.0 | - | jar | - |
org.beanshell | bsh | 2.0b4 | - | jar | GNU LESSER GENERAL PUBLIC LICENSE |
org.hamcrest | hamcrest-core | 1.1 | - | jar | BSD style |
org.yaml | snakeyaml | 1.15 | - | jar | LICENSE.txt |
Project Dependency Graph
Dependency Tree
- com.github.emabrey:JavaRTMP-core:jar:0.1-SNAPSHOT
JavaRTMP - Code Projects - Core Description: Core classes available across entire JavaRTMP codebase.
URL: http://emabrey.github.io/JavaRTMP/latest/JavaRTMP-code-projects/JavaRTMP-core
Project License: MIT Expat License
- org.projectlombok:lombok:jar:1.16.4 (provided)
Project Lombok Description: Spice up your java: Automatic Resource Management, automatic generation of getters, setters, equals, hashCode and toString, and more!
Project License: The MIT License
- com.google.code.findbugs:annotations:jar:3.0.0 (provided)
FindBugs-Annotations Description: Annotation supports the FindBugs tool
URL: http://findbugs.sourceforge.net/
Project License: GNU Lesser Public License
- org.slf4j:slf4j-api:jar:1.7.12 (compile)
SLF4J API Module Description: The slf4j API
URL: http://www.slf4j.org
Project License: MIT License
- org.apache.mina:mina-core:jar:2.0.9 (compile)
Apache MINA Core Description: Apache MINA is a network application framework which helps users develop high performance and highly scalable network applications easily. It provides an abstract event-driven asynchronous API over various transports such as TCP/IP and UDP/IP via Java NIO.
URL: http://mina.apache.org/mina-core/
Project License: Apache 2.0 License
- org.jooq:joou:jar:0.9.1 (compile)
jOOU Description: jOOU stands for Java Object Oriented Unsigned Types. It is a simple wrapper for UByte, UShort, UInteger, ULong types
URL: http://code.google.com/p/joou/
Project License: Apache License, Version 2.0
- com.google.guava:guava:jar:18.0 (compile)
Guava: Google Core Libraries for Java Description: Guava is a suite of core and expanded libraries that include utility classes, google's collections, io classes, and much much more. Guava has only one code dependency - javax.annotation, per the JSR-305 spec.
URL: http://code.google.com/p/guava-libraries/guava
Project License: The Apache Software License, Version 2.0
- org.functionaljava:functionaljava:jar:4.4 (compile)
Functional Java Description: Functional Java is an open source library that supports closures for the Java programming language
URL: http://functionaljava.org/
Project License: The BSD3 License
- org.javolution:javolution-core-java:jar:6.0.0 (compile)
Javolution Core (Java) Description: Javolution - Java Solution for Real-Time and Embedded Systems. This project provides a Java library and a (mirror) C++ library. Both libraries are maven-based and can be used to build multi-platform real-time applications or to port Java applications to C++. The C++ library contains already a port of OSGi and JUnit (demonstrated by the subproject test-cpp).
URL: http://javolution.org/javolution-core-java
Project License: BSD License
- org.osgi:org.osgi.core:jar:4.3.1 (compile)
osgi.core Description: OSGi Service Platform Release 4 Version 4.3, Core Interfaces and Classes for use in compiling bundles.
URL: http://www.osgi.org
Project License: Apache License, Version 2.0
- org.osgi:org.osgi.compendium:jar:4.3.1 (compile)
osgi.cmpn Description: OSGi Service Platform Release 4 Version 4.3, Compendium Interfaces and Classes for use in compiling bundles.
URL: http://www.osgi.org
Project License: Apache License, Version 2.0
- org.osgi:org.osgi.core:jar:4.3.1 (compile)
- org.testng:testng:jar:6.9.6 (test)
testng Description: Testing framework for Java
URL: http://github.com/cbeust/testng
Project License: Apache Version 2.0, January 2004
- com.google.inject:guice:jar:no_aop:4.0 (test)
Google Guice - Core Library Description: Guice is a lightweight dependency injection framework for Java 6 and above
URL: https://github.com/google/guice/guice
Project License: The Apache Software License, Version 2.0
- javax.inject:javax.inject:jar:1 (test)
javax.inject Description: The javax.inject API
URL: http://code.google.com/p/atinject/
Project License: The Apache Software License, Version 2.0
- aopalliance:aopalliance:jar:1.0 (test)
AOP alliance Description: AOP Alliance
URL: http://aopalliance.sourceforge.net
Project License: Public Domain
- javax.inject:javax.inject:jar:1 (test)
- org.beanshell:bsh:jar:2.0b4 (test)
BeanShell Description: BeanShell
Project License: GNU LESSER GENERAL PUBLIC LICENSE
- org.apache.ant:ant:jar:1.7.0 (test)
org.apache.tools.ant Description: Apache Ant
URL: http://ant.apache.org/ant/
Project License: No license is defined for this project.
- org.apache.ant:ant-launcher:jar:1.7.0 (test)
ant-launcher Description: master POM
URL: http://ant.apache.org/ant-launcher/
Project License: No license is defined for this project.
- org.apache.ant:ant-launcher:jar:1.7.0 (test)
- com.beust:jcommander:jar:1.48 (test)
JCommander Description: A Java framework to parse command line options with annotations.
URL: http://beust.com/jcommander
Project License: The Apache Software License, Version 2.0
- org.yaml:snakeyaml:jar:1.15 (test)
SnakeYAML Description: YAML 1.1 parser and emitter for Java
Project License: Apache License Version 2.0
- junit:junit:jar:4.10 (test)
JUnit Description: 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.
URL: http://junit.org
Project License: Common Public License Version 1.0
- org.hamcrest:hamcrest-core:jar:1.1 (test)
Hamcrest Core Description: There is currently no description associated with this project.
Project License: BSD style
- org.hamcrest:hamcrest-core:jar:1.1 (test)
- com.google.inject:guice:jar:no_aop:4.0 (test)
- org.slf4j:slf4j-simple:jar:1.7.12 (test)
SLF4J Simple Binding Description: SLF4J Simple binding
URL: http://www.slf4j.org
Project License: MIT License
- org.projectlombok:lombok:jar:1.16.4 (provided)
Licenses
Apache License Version 2.0: SnakeYAML
GNU LESSER GENERAL PUBLIC LICENSE: BeanShell
MIT License: SLF4J API Module, SLF4J Simple Binding
Public Domain: AOP alliance
GNU Lesser Public License: FindBugs-Annotations
BSD style: Hamcrest Core
Unknown: ant-launcher, org.apache.tools.ant
BSD License: Javolution Core (Java)
The BSD3 License: Functional Java
Apache Version 2.0, January 2004: testng
The MIT License: Project Lombok
MIT Expat License: JavaRTMP - Code Projects - Core
Apache 2.0 License: Apache MINA Core
Apache License, Version 2.0: jOOU, osgi.cmpn, osgi.core
The Apache Software License, Version 2.0: Google Guice - Core Library, Guava: Google Core Libraries for Java, JCommander, javax.inject
Common Public License Version 1.0: JUnit
Dependency File Details
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
aopalliance-1.0.jar | 4.47 kB | 15 | 9 | 2 | 1.3 | Yes |
jcommander-1.48.jar | 63.50 kB | 67 | 53 | 5 | 1.5 | Yes |
annotations-3.0.0.jar | 77.21 kB | 138 | 64 | 5 | 1.6 | Yes |
guava-18.0.jar | 2.26 MB | 1719 | 1690 | 17 | 1.6 | Yes |
guice-4.0-no_aop.jar | 423.56 kB | 344 | 329 | 8 | 1.6 | Yes |
javax.inject-1.jar | 2.50 kB | 8 | 6 | 1 | 1.5 | No |
junit-4.10.jar | 253.16 kB | 290 | 252 | 31 | 1.5 | Yes |
ant-1.7.0.jar | 1.29 MB | 801 | 752 | 29 | 1.2 | Yes |
ant-launcher-1.7.0.jar | 11.73 kB | 12 | 5 | 1 | 1.2 | Yes |
mina-core-2.0.9.jar | 632.77 kB | 486 | 425 | 45 | 1.5 | Yes |
bsh-2.0b4.jar | 281.69 kB | 238 | 158 | 8 | 1.2 | No |
functionaljava-4.4.jar | 1.81 MB | 2594 | 2581 | 11 | 1.6 | Yes |
hamcrest-core-1.1.jar | 76.64 kB | 54 | 21 | 3 | 1.5 | Yes |
javolution-core-java-6.0.0.jar | 412.96 kB | 336 | 293 | 28 | 1.6 | Yes |
joou-0.9.1.jar | 11.24 kB | 17 | 6 | 1 | 1.6 | Yes |
org.osgi.compendium-4.3.1.jar | 767.14 kB | 658 | 250 | 35 | 1.5 | Yes |
org.osgi.core-4.3.1.jar | 349.98 kB | 254 | 106 | 13 | 1.5 | Yes |
lombok-1.16.4.jar | 1.36 MB | 849 | 111 | 8 | 1.6 | Yes |
slf4j-api-1.7.12.jar | 32.13 kB | 39 | 28 | 3 | 1.5 | Yes |
slf4j-simple-1.7.12.jar | 10.71 kB | 16 | 6 | 1 | 1.5 | Yes |
testng-6.9.6.jar | 869.91 kB | 597 | 550 | 26 | 1.6 | Yes |
snakeyaml-1.15.jar | 269.30 kB | 237 | 201 | 19 | 1.5 | Yes |
22 | 11.26 MB | 9769 | 7896 | 300 | 1.6 | 20 |
compile: 8 | compile: 6.27 MB | compile: 6103 | compile: 5379 | compile: 153 | - | compile: 8 |
test: 12 | test: 3.56 MB | test: 2679 | test: 2342 | test: 134 | - | test: 10 |
provided: 2 | provided: 1.43 MB | provided: 987 | provided: 175 | provided: 13 | - | provided: 2 |
Dependency Repository Locations
Repo ID | URL | Release | Snapshot |
---|---|---|---|
central | https://repo.maven.apache.org/maven2 | Yes | No |
java.net-Public | https://maven.java.net/content/repositories/snapshots/ | Yes | Yes |
sonatype-nexus-snapshots | https://oss.sonatype.org/content/repositories/snapshots | No | Yes |
jvnet-nexus-snapshots | https://maven.java.net/content/repositories/snapshots | No | Yes |
apache.snapshots | http://repository.apache.org/snapshots | No | Yes |
Repository locations for each of the Dependencies.