The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
backport-util-concurrent | backport-util-concurrent | 2.2 | - | jar | |
commons-beanutils | commons-beanutils | 1.7.0 | - | jar | |
commons-codec | commons-codec | 1.3 | - | jar | |
commons-fileupload | commons-fileupload | 1.1.1 | - | jar | |
commons-io | commons-io | 1.1 | - | jar | |
commons-lang | commons-lang | 2.2 | - | jar | |
commons-logging | commons-logging | 1.1 | - | jar | |
commons-pool | commons-pool | 1.3 | - | jar | |
hivemind | hivemind | 1.1.1 | - | jar | |
hivemind | hivemind-lib | 1.1.1 | - | jar | |
jboss | javassist | 3.0 | - | jar | |
jcharts | jcharts | 0.6.0 | - | jar | |
ognl | ognl | 2.6.9 | - | jar | |
org.apache.tapestry | tapestry-annotations | 4.1.2-SNAPSHOT | - | jar | |
org.apache.tapestry | tapestry-contrib | 4.1.2-SNAPSHOT | - | jar | |
org.apache.tapestry | tapestry-framework | 4.1.2-SNAPSHOT | - | jar | |
oro | oro | 2.0.8 | - | jar |
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 | Optional |
---|---|---|---|---|---|
cglib | cglib-nodep | 2.1_3 | - | jar | |
com.javaforge.tapestry | tapestry-testng | 1.0.0-SNAPSHOT | - | jar | |
org.apache.tapestry | tapestry-test | 4.1.1-SNAPSHOT | - | jar | |
org.easymock | easymock | 2.2 | - | jar | |
org.easymock | easymockclassextension | 2.2 | - | jar |
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 | Classifier | Type | Optional |
---|---|---|---|---|---|
javax.servlet | servlet-api | 2.4 | - | jar |
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 | Classifier | Type | Optional |
---|---|---|---|---|---|
backport-util-concurrent | backport-util-concurrent | 2.2 | - | jar | |
commons-beanutils | commons-beanutils | 1.7.0 | - | jar | |
commons-codec | commons-codec | 1.3 | - | jar | |
commons-fileupload | commons-fileupload | 1.1.1 | - | jar | |
commons-io | commons-io | 1.1 | - | jar | |
commons-lang | commons-lang | 2.2 | - | jar | |
commons-logging | commons-logging | 1.1 | - | jar | |
commons-pool | commons-pool | 1.3 | - | jar | |
hivemind | hivemind | 1.1.1 | - | jar | |
hivemind | hivemind-lib | 1.1.1 | - | jar | |
jboss | javassist | 3.0 | - | jar | |
jcharts | jcharts | 0.6.0 | - | jar | |
ognl | ognl | 2.6.9 | - | jar | |
org.apache.tapestry | tapestry-annotations | 4.1.2-SNAPSHOT | - | jar | |
org.apache.tapestry | tapestry-contrib | 4.1.2-SNAPSHOT | - | jar | |
org.apache.tapestry | tapestry-framework | 4.1.2-SNAPSHOT | - | jar | |
oro | oro | 2.0.8 | - | jar |
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 | Optional |
---|---|---|---|---|---|
cglib | cglib-nodep | 2.1_3 | - | jar | |
com.javaforge.tapestry | tapestry-testng | 1.0.0-SNAPSHOT | - | jar | |
org.apache.tapestry | tapestry-test | 4.1.1-SNAPSHOT | - | jar | |
org.easymock | easymock | 2.2 | - | jar | |
org.easymock | easymockclassextension | 2.2 | - | jar |
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 | Classifier | Type | Optional |
---|---|---|---|---|---|
javax.servlet | servlet-api | 2.4 | - | jar |
Java Web Application Framework
http://tapestry.apache.org/tapestry4.1/tapestry-examples/tapestry-Workbench
Project License: Apache Software License 2.0
Tapestry Test Utilities
http://tapestry.apache.org/tapestry-test/
Project License: Apache Software License 2.0
EasyMock provides Mock Objects for interfaces in JUnit tests by generating them on the fly using Java's proxy mechanism
Project License: MIT License
http://howardlewisship.com/tapestry-testng
Project License: Apache Software License 2.0
The EasyMock Class Extension allows to generate Mock Objects for classes
Project License: MIT License
Project License: No project license is defined for this project.
Tapestry Core Library - 4.1.2-SNAPSHOT
Java Web Application Framework
http://tapestry.apache.org/tapestry4.1/tapestry-framework
Project License: Apache Software License 2.0
Dawid Kurzyniec's backport of JSR 166
http://www.mathcs.emory.edu/dcl/util/backport-util-concurrent/
Project License: Public Domain
Commons Object Pooling Library
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
Project License: The Apache Software License, Version 2.0
Project License: No project license is defined for this project.
Project License: MPL 1.1
Unnamed - hivemind:hivemind:jar:1.1.1
Project License: No project license is defined for this project.
Unnamed - hivemind:hivemind-lib:jar:1.1.1
Project License: No project license is defined for this project.
The FileUpload component provides a simple yet flexible means of adding support for multipart file upload functionality to servlets and web applications.
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
Project License: The Apache Software License, Version 2.0
Commons-IO contains utility classes, stream implementations, file filters, and endian classes.
http://jakarta.apache.org/commons/io/
Project License: The Apache Software License, Version 2.0
The 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.
http://jakarta.apache.org/commons/codec/
Project License: The Apache Software License, Version 2.0
OGNL stands for Object-Graph Navigation Language; it is an expression language for getting and setting properties of Java objects.
Project License: BSD License
Commons.Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang.
http://jakarta.apache.org/commons/lang/
Project License: The Apache Software License, Version 2.0
Unnamed - commons-beanutils:commons-beanutils:jar:1.7.0
Project License: No project license is defined for this project.
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
Project License: The Apache Software License, Version 2.0
Unnamed - javax.servlet:servlet-api:jar:2.4
Project License: No project license is defined for this project.
Java Web Application Framework
http://tapestry.apache.org/tapestry4.1/tapestry-contrib
Project License: Apache Software License 2.0
Unnamed - jcharts:jcharts:jar:0.6.0
Project License: No project license is defined for this project.
Java Web Application Framework
http://tapestry.apache.org/tapestry4.1/tapestry-annotations
Project License: Apache Software License 2.0
Apache Software License 2.0: Annotations, Contrib, Tapestry / TestNG Integration, Tapestry Core Library - 4.1.2-SNAPSHOT, Tapestry Test, Tapestry Workbench
Public Domain: Backport of JSR 166
Unknown: Unnamed - commons-beanutils:commons-beanutils:jar:1.7.0, Unnamed - hivemind:hivemind-lib:jar:1.1.1, Unnamed - hivemind:hivemind:jar:1.1.1, Unnamed - javax.servlet:servlet-api:jar:2.4, Unnamed - jcharts:jcharts:jar:0.6.0, Unnamed - oro:oro:jar:2.0.8, cglib
BSD License: OGNL
MPL 1.1: javassist
The Apache Software License, Version 2.0: Codec, Commons Pool, FileUpload, IO, Lang, Logging
MIT License: EasyMock, EasyMock class extension
Filename | Size | Entries | Classes | Packages | JDK Rev | Debug | Sealed |
---|---|---|---|---|---|---|---|
backport-util-concurrent-2.2.jar | 326,319 | 251 | 239 | 5 | 1.4 | debug | - |
cglib-nodep-2.1_3.jar | 324,238 | 262 | 258 | 10 | 1.1 | debug | - |
tapestry-testng-1.0.0-SNAPSHOT.jar | 7,655 | 16 | 5 | 1 | 1.5 | debug | - |
commons-beanutils-1.7.0.jar | 188,671 | 129 | 111 | 5 | 1.2 | debug | - |
commons-codec-1.3.jar | 46,725 | 42 | 25 | 5 | 1.2 | debug | - |
commons-fileupload-1.1.1.jar | 31,909 | 33 | 22 | 4 | 1.3 | debug | - |
commons-io-1.1.jar | 61,562 | 52 | 41 | 4 | 1.1 | debug | - |
commons-lang-2.2.jar | 243,016 | 139 | 123 | 9 | 1.1 | debug | - |
commons-logging-1.0.3.jar | 31,605 | 27 | 17 | 2 | 1.2 | debug | - |
commons-pool-1.3.jar | 62,086 | 48 | 39 | 2 | 1.3 | debug | - |
hivemind-1.1.1.jar | 386,591 | 342 | 303 | 19 | 1.1 | debug | - |
hivemind-lib-1.1.1.jar | 74,662 | 77 | 57 | 8 | 1.1 | debug | - |
servlet-api-2.4.jar | 97,693 | 67 | 42 | 2 | 1.2 | debug | - |
javassist-3.0.jar | 405,545 | 246 | 232 | 12 | 1.2 | debug | - |
jcharts-0.6.0.jar | 85,632 | 101 | 86 | 12 | 1.2 | release | - |
ognl-2.6.9.jar | 348,411 | 219 | 206 | 6 | 1.1 | debug | - |
tapestry-Workbench-4.1.2-SNAPSHOT.war | 4,650,805 | 181 | 51 | 10 | 1.5 | debug | - |
tapestry-annotations-4.1.2-SNAPSHOT.jar | 49,183 | 60 | 45 | 2 | 1.5 | debug | - |
tapestry-contrib-4.1.2-SNAPSHOT.jar | 327,091 | 360 | 173 | 21 | 1.4 | debug | - |
tapestry-framework-4.1.2-SNAPSHOT.jar | 2,311,550 | 1,967 | 882 | 51 | 1.4 | debug | - |
tapestry-test-4.1.1-SNAPSHOT.jar | 11,232 | 12 | 2 | 1 | 1.5 | debug | - |
easymock-2.2.jar | 62,696 | 65 | 59 | 3 | 1.5 | debug | - |
easymockclassextension-2.2.jar | 15,887 | 19 | 13 | 2 | 1.5 | debug | - |
oro-2.0.8.jar | 65,261 | 74 | 62 | 6 | 1.2 | release | - |
24 total dependencies | 10,216,025 | 4,789 | 3,093 | 202 | 1.5 | 22 | 0 |