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 |
---|---|---|---|---|
cglib | cglib | 2.1_3 | jar | - |
nl.flotsam.pecia | pecia | 1.0 | jar | Apache License, Version 2.0 |
org.codehaus.preon | preon-el | 1.1-SNAPSHOT | jar | GNU General Public License, version 2, with the Classpath Exception |
org.codehaus.preon | preon-io | 1.1-SNAPSHOT | jar | GNU General Public License, version 2, with the Classpath Exception |
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.1 | jar | Common Public License Version 1.0 |
multithreadedtc | multithreadedtc | 1.01 | jar | - |
org.easymock | easymock | 2.3 | jar | MIT License |
org.hamcrest | hamcrest-all | 1.1 | jar | BSD style |
org.mockito | mockito-all | 1.8.5 | 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 |
---|---|---|---|---|
antlr | antlr | 2.7.7 | jar | BSD License |
asm | asm | 1.5.3 | jar | - |
avalon-framework | avalon-framework | 4.1.3 | jar | - |
backport-util-concurrent | backport-util-concurrent | 3.0 | jar | Public Domain |
com.google.code.findbugs | jsr305 | 1.3.9 | jar | The Apache Software License, Version 2.0 |
commons-io | commons-io | 1.2 | jar | /LICENSE.txt |
commons-logging | commons-logging | 1.1 | jar | /LICENSE.txt |
javax.servlet | servlet-api | 2.3 | jar | - |
log4j | log4j | 1.2.12 | jar | - |
logkit | logkit | 1.0.1 | jar | - |
org.antlr | antlr-runtime | 3.3 | jar | - |
org.antlr | stringtemplate | 3.2.1 | jar | BSD licence |
org.codehaus.woodstox | wstx-asl | 3.2.1 | jar | The Apache Software License, Version 2.0 |
stax | stax-api | 1.0.1 | jar | The Apache Software License, Version 2.0 |
Project Dependency Graph
Dependency Tree
- org.codehaus.preon:preon-binding:jar:1.1-SNAPSHOT
- multithreadedtc:multithreadedtc:jar:1.01 (test)
- cglib:cglib:jar:2.1_3 (compile)
- asm:asm:jar:1.5.3 (compile)
- asm:asm:jar:1.5.3 (compile)
- nl.flotsam.pecia:pecia:jar:1.0 (compile)
- commons-io:commons-io:jar:1.2 (compile)
- backport-util-concurrent:backport-util-concurrent:jar:3.0 (compile)
- org.codehaus.woodstox:wstx-asl:jar:3.2.1 (compile)
- stax:stax-api:jar:1.0.1 (compile)
- stax:stax-api:jar:1.0.1 (compile)
- commons-io:commons-io:jar:1.2 (compile)
- org.codehaus.preon:preon-io:jar:1.1-SNAPSHOT (compile)
- commons-logging:commons-logging:jar:1.1 (compile)
- log4j:log4j:jar:1.2.12 (compile)
- logkit:logkit:jar:1.0.1 (compile)
- avalon-framework:avalon-framework:jar:4.1.3 (compile)
- javax.servlet:servlet-api:jar:2.3 (compile)
- log4j:log4j:jar:1.2.12 (compile)
- com.google.code.findbugs:jsr305:jar:1.3.9 (compile)
- commons-logging:commons-logging:jar:1.1 (compile)
- junit:junit:jar:4.8.1 (test)
- org.codehaus.preon:preon-el:jar:1.1-SNAPSHOT (compile)
- org.antlr:antlr-runtime:jar:3.3 (compile)
- org.antlr:stringtemplate:jar:3.2.1 (compile)
- antlr:antlr:jar:2.7.7 (compile)
- antlr:antlr:jar:2.7.7 (compile)
- org.antlr:stringtemplate:jar:3.2.1 (compile)
- org.antlr:antlr-runtime:jar:3.3 (compile)
- org.easymock:easymock:jar:2.3 (test)
- org.mockito:mockito-all:jar:1.8.5 (test)
- org.hamcrest:hamcrest-all:jar:1.1 (test)
- multithreadedtc:multithreadedtc:jar:1.01 (test)
Licenses
BSD style: Hamcrest All
Public Domain: Backport of JSR 166
GNU General Public License, version 2, with the Classpath Exception: Preon Binding, Preon EL, Preon IO
Unknown: Antlr 3 Runtime, asm, avalon-framework, cglib, log4j, logkit, multithreadedtc, servlet-api
BSD License: AntLR Parser Generator
BSD licence: ANTLR StringTemplate
Apache License, Version 2.0: Pecia
Common Public License Version 1.0: JUnit
MIT License: EasyMock
The Apache Software License, Version 2.0: FindBugs-jsr305, IO, Logging, StAX API, Woodstox
The MIT License: Mockito