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
antlrantlr2.7.2-jar
asmasm1.5.3-jar
asmasm-attrs1.5.3-jar
cglibcglib2.1_3-jar
commons-beanutilscommons-beanutils1.7.0-jar
commons-chaincommons-chain1.1-jar
commons-collectionscommons-collections2.1.1-jar
commons-digestercommons-digester1.6-jar
commons-langcommons-lang2.1-jar
commons-loggingcommons-logging1.0.4-jar
commons-validatorcommons-validator1.3.0-jar
dbunitdbunit2.1-jar
dom4jdom4j1.6.1-jar
javax.transactionjta1.0.1B-jar
junitjunit3.8.1-jar
net.sf.ehcacheehcache1.2-jar
net.smartlab.configsmartconfig1.0.0-jar
net.smartlab.websmartweb1.2.0-jar
org.apache.strutsstruts-core1.3.5-jar
org.apache.strutsstruts-taglib1.3.5-jar
org.hibernatehibernate3.2.0.ga-jar
orooro2.0.8-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
antlrantlr2.7.2-jar
asmasm1.5.3-jar
asmasm-attrs1.5.3-jar
cglibcglib2.1_3-jar
commons-beanutilscommons-beanutils1.7.0-jar
commons-chaincommons-chain1.1-jar
commons-collectionscommons-collections2.1.1-jar
commons-digestercommons-digester1.6-jar
commons-langcommons-lang2.1-jar
commons-loggingcommons-logging1.0.4-jar
commons-validatorcommons-validator1.3.0-jar
dbunitdbunit2.1-jar
dom4jdom4j1.6.1-jar
javax.transactionjta1.0.1B-jar
junitjunit3.8.1-jar
net.sf.ehcacheehcache1.2-jar
net.smartlab.configsmartconfig1.0.0-jar
net.smartlab.websmartweb1.2.0-jar
org.apache.strutsstruts-core1.3.5-jar
org.apache.strutsstruts-taglib1.3.5-jar
org.hibernatehibernate3.2.0.ga-jar
orooro2.0.8-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

SmartWeb Trace

Link tracing module.

http://smartweb.sourceforge.net/modules/trace

Project License: LGPL


Unnamed - javax.servlet:servlet-api:jar:2.4

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


SmartWeb

Web application development framework.

http://smartweb.sourceforge.net/

Project License: LGPL


Unnamed - junit:junit:jar:3.8.1

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


SmartConfig

Simple configuration tool.

http://www.smartlab.net/projects/smartconfig

Project License: General Public License


Struts Core

Apache Struts

http://struts.apache.org

Project License: The Apache Software License, Version 2.0


Unnamed - commons-digester:commons-digester:jar:1.6

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


Unnamed - oro:oro:jar:2.0.8

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


Commons Chain

An implmentation of the GoF Chain of Responsibility pattern

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

Project License: The Apache Software License, Version 2.0


Validator

Commons Validator provides the building blocks for both client side validation and server side data validation. It may be used standalone or with a framework like Struts.

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

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/logging/

Project License: The Apache Software License, Version 2.0


Hibernate

Relational Persistence for Java

http://www.hibernate.org

Project License: GNU LESSER GENERAL PUBLIC LICENSE


Java Transaction API

The javax.transaction package. It is appropriate for inclusion in a classpath, and may be added to a Java 2 installation.

http://java.sun.com/products/jta

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


dom4j

dom4j: the flexible XML framework for Java

http://dom4j.org

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


cglib

http://cglib.sourceforge.net/

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


asm-attrs

http://asm.objectweb.org/

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


Unnamed - antlr:antlr:jar:2.7.2

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


ehcache

ehcache is a pure Java, in-process cache with the following features: 1. Fast. 2. Simple. 3. Multiple eviction policies: LRU, LFU and FIFO. 4. Caches can be in memory or on disk. 5. Disk Stores can be persistent between VM restarts. 6. Distributed caching using multicast and RMI, with a pluggable API. 7. Cache and CacheManager listeners 8. Supports multiple Caches per CacheManager, and multiple CacheManagers per application. 9. Acts as a pluggable cache for Hibernate 3.1, 3 and 2.1. 10. Small foot print. Both in terms of size and memory requirements. 11. Minimal dependencies apart from J2SE. 12. Fully documented. See the online Documentation and the online JavaDoc. 13. Comprehensive Test Coverage. See the clover test report. 14. Available under the Apache 1.1 license. EHCache's copyright and licensing has been reviewed and approved by the Apache Software Foundation, making EHCache suitable for use in Apache projects. 15. Production tested. EHCache is used on a large and very busy eCommerce site. 16. Web caching, pull-through caches and other common caching implementations are provided in the ehcache-constructs module.

http://ehcache.sf.net

Project License: The Apache Software License, Version 2.0


asm

http://asm.objectweb.org/

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


Unnamed - commons-collections:commons-collections:jar:2.1.1

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


Struts Taglib

Apache Struts

http://struts.apache.org

Project License: The Apache Software License, Version 2.0


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/${pom.artifactId.substring(8)}/

Project License: The Apache Software License, Version 2.0


Unnamed - dbunit:dbunit:jar:2.1

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


Licenses

Unknown: Java Transaction API, Unnamed - antlr:antlr:jar:2.7.2, Unnamed - commons-beanutils:commons-beanutils:jar:1.7.0, Unnamed - commons-collections:commons-collections:jar:2.1.1, Unnamed - commons-digester:commons-digester:jar:1.6, Unnamed - dbunit:dbunit:jar:2.1, Unnamed - javax.servlet:servlet-api:jar:2.4, Unnamed - junit:junit:jar:3.8.1, Unnamed - oro:oro:jar:2.0.8, asm, asm-attrs, cglib, dom4j

GNU LESSER GENERAL PUBLIC LICENSE: Hibernate

The Apache Software License, Version 2.0: Commons Chain, Lang, Logging, Struts Core, Struts Taglib, Validator, ehcache

General Public License: SmartConfig

LGPL: SmartWeb, SmartWeb Trace

Dependency File Details

FilenameSizeEntriesClassesPackagesJDK RevDebugSealed
antlr-2.7.2.jar358,27319519381.1debug-
asm-1.5.3.jar26,361191411.2release-
asm-attrs-1.5.3.jar16,757221611.2release-
cglib-2.1_3.jar282,33824322881.2debug-
commons-beanutils-1.7.0.jar188,67112911151.2debug-
commons-chain-1.1.jar90,001786181.3debug-
commons-collections-2.1.1.jar175,42619718731.1release-
commons-digester-1.6.jar168,4461159561.2debug-
commons-lang-2.1.jar207,72312511081.1debug-
commons-logging-1.0.4.jar38,015291821.2debug-
commons-validator-1.3.0.jar119,555794631.3debug-
dbunit-2.1.jar285,730276248211.1debug-
dom4j-1.6.1.jar313,898208190141.3debug-
servlet-api-2.4.jar97,693674221.2debug-
jta-1.0.1B.jar8,812201721.2debug-
junit-3.8.1.jar121,07011910061.1debug-
ehcache-1.2.jar118,147816871.3debug-
smartconfig-1.0.0.jar14,01119911.2debug-
smartweb-1.2.0.jar126,61812710461.1debug-
struts-core-1.3.5.jar319,406191150151.4debug-
struts-taglib-1.3.5.jar243,06715712481.4debug-
hibernate-3.2.0.ga.jar2,178,4291,3851,303761.4debug-
oro-2.0.8.jar65,261746261.2release-
23 total dependencies5,563,7083,9553,4962171.4190