Project Dependencies

compile

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

GroupIdArtifactIdVersionClassifierTypeOptional
backport-util-concurrentbackport-util-concurrent2.2-jar
commons-beanutilscommons-beanutils1.7.0-jar
commons-codeccommons-codec1.3-jar
commons-fileuploadcommons-fileupload1.1.1-jar
commons-iocommons-io1.1-jar
commons-langcommons-lang2.2-jar
commons-loggingcommons-logging1.1-jar
commons-poolcommons-pool1.3-jar
hivemindhivemind1.1.1-jar
hivemindhivemind-lib1.1.1-jar
jbossjavassist3.0-jar
jchartsjcharts0.6.0-jar
ognlognl2.6.9-jar
org.apache.tapestrytapestry-annotations4.1.2-SNAPSHOT-jar
org.apache.tapestrytapestry-contrib4.1.2-SNAPSHOT-jar
org.apache.tapestrytapestry-framework4.1.2-SNAPSHOT-jar
orooro2.0.8-jar

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:

GroupIdArtifactIdVersionClassifierTypeOptional
cglibcglib-nodep2.1_3-jar
com.javaforge.tapestrytapestry-testng1.0.0-SNAPSHOT-jar
org.apache.tapestrytapestry-test4.1.1-SNAPSHOT-jar
org.easymockeasymock2.2-jar
org.easymockeasymockclassextension2.2-jar

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:

GroupIdArtifactIdVersionClassifierTypeOptional
javax.servletservlet-api2.4-jar

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:

GroupIdArtifactIdVersionClassifierTypeOptional
backport-util-concurrentbackport-util-concurrent2.2-jar
commons-beanutilscommons-beanutils1.7.0-jar
commons-codeccommons-codec1.3-jar
commons-fileuploadcommons-fileupload1.1.1-jar
commons-iocommons-io1.1-jar
commons-langcommons-lang2.2-jar
commons-loggingcommons-logging1.1-jar
commons-poolcommons-pool1.3-jar
hivemindhivemind1.1.1-jar
hivemindhivemind-lib1.1.1-jar
jbossjavassist3.0-jar
jchartsjcharts0.6.0-jar
ognlognl2.6.9-jar
org.apache.tapestrytapestry-annotations4.1.2-SNAPSHOT-jar
org.apache.tapestrytapestry-contrib4.1.2-SNAPSHOT-jar
org.apache.tapestrytapestry-framework4.1.2-SNAPSHOT-jar
orooro2.0.8-jar

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:

GroupIdArtifactIdVersionClassifierTypeOptional
cglibcglib-nodep2.1_3-jar
com.javaforge.tapestrytapestry-testng1.0.0-SNAPSHOT-jar
org.apache.tapestrytapestry-test4.1.1-SNAPSHOT-jar
org.easymockeasymock2.2-jar
org.easymockeasymockclassextension2.2-jar

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:

GroupIdArtifactIdVersionClassifierTypeOptional
javax.servletservlet-api2.4-jar

Project Dependency Graph

Dependency Listings

Tapestry Workbench

Java Web Application Framework

http://tapestry.apache.org/tapestry4.1/tapestry-examples/tapestry-Workbench

Project License: Apache Software License 2.0


Tapestry Test

Tapestry Test Utilities

http://tapestry.apache.org/tapestry-test/

Project License: Apache Software License 2.0


EasyMock

EasyMock provides Mock Objects for interfaces in JUnit tests by generating them on the fly using Java's proxy mechanism

http://www.easymock.org

Project License: MIT License


Tapestry / TestNG Integration

http://howardlewisship.com/tapestry-testng

Project License: Apache Software License 2.0


EasyMock class extension

The EasyMock Class Extension allows to generate Mock Objects for classes

http://www.easymock.org

Project License: MIT License


cglib

http://cglib.sourceforge.net/

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


Backport of JSR 166

Dawid Kurzyniec's backport of JSR 166

http://www.mathcs.emory.edu/dcl/util/backport-util-concurrent/

Project License: Public Domain


Commons Pool

Commons Object Pooling Library

http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/

Project License: The Apache Software License, Version 2.0


Unnamed - oro:oro:jar:2.0.8

Project License: No project license is defined for this project.


javassist

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.


FileUpload

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


IO

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


Codec

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

OGNL stands for Object-Graph Navigation Language; it is an expression language for getting and setting properties of Java objects.

http://www.ognl.org/

Project License: BSD License


Lang

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.


Logging

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.


Contrib

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.


Annotations

Java Web Application Framework

http://tapestry.apache.org/tapestry4.1/tapestry-annotations

Project License: Apache Software License 2.0


Licenses

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

Dependency File Details

FilenameSizeEntriesClassesPackagesJDK RevDebugSealed
backport-util-concurrent-2.2.jar326,31925123951.4debug-
cglib-nodep-2.1_3.jar324,238262258101.1debug-
tapestry-testng-1.0.0-SNAPSHOT.jar7,65516511.5debug-
commons-beanutils-1.7.0.jar188,67112911151.2debug-
commons-codec-1.3.jar46,725422551.2debug-
commons-fileupload-1.1.1.jar31,909332241.3debug-
commons-io-1.1.jar61,562524141.1debug-
commons-lang-2.2.jar243,01613912391.1debug-
commons-logging-1.0.3.jar31,605271721.2debug-
commons-pool-1.3.jar62,086483921.3debug-
hivemind-1.1.1.jar386,591342303191.1debug-
hivemind-lib-1.1.1.jar74,662775781.1debug-
servlet-api-2.4.jar97,693674221.2debug-
javassist-3.0.jar405,545246232121.2debug-
jcharts-0.6.0.jar85,63210186121.2release-
ognl-2.6.9.jar348,41121920661.1debug-
tapestry-Workbench-4.1.2-SNAPSHOT.war4,650,80518151101.5debug-
tapestry-annotations-4.1.2-SNAPSHOT.jar49,183604521.5debug-
tapestry-contrib-4.1.2-SNAPSHOT.jar327,091360173211.4debug-
tapestry-framework-4.1.2-SNAPSHOT.jar2,311,5501,967882511.4debug-
tapestry-test-4.1.1-SNAPSHOT.jar11,23212211.5debug-
easymock-2.2.jar62,696655931.5debug-
easymockclassextension-2.2.jar15,887191321.5debug-
oro-2.0.8.jar65,261746261.2release-
24 total dependencies10,216,0254,7893,0932021.5220