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 |
---|---|---|---|---|---|
antlr | antlr | 2.7.2 | - | jar | |
asm | asm | 1.5.3 | - | jar | |
asm | asm-attrs | 1.5.3 | - | jar | |
cglib | cglib | 2.1_3 | - | jar | |
commons-beanutils | commons-beanutils | 1.7.0 | - | jar | |
commons-chain | commons-chain | 1.1 | - | jar | |
commons-collections | commons-collections | 2.1.1 | - | jar | |
commons-digester | commons-digester | 1.6 | - | jar | |
commons-lang | commons-lang | 2.1 | - | jar | |
commons-logging | commons-logging | 1.0.4 | - | jar | |
commons-validator | commons-validator | 1.3.0 | - | jar | |
dbunit | dbunit | 2.1 | - | jar | |
dom4j | dom4j | 1.6.1 | - | jar | |
javax.transaction | jta | 1.0.1B | - | jar | |
junit | junit | 3.8.1 | - | jar | |
net.sf.ehcache | ehcache | 1.2 | - | jar | |
net.smartlab.config | smartconfig | 1.0.0 | - | jar | |
net.smartlab.web | smartweb | 1.2.0 | - | jar | |
org.apache.struts | struts-core | 1.3.5 | - | jar | |
org.apache.struts | struts-taglib | 1.3.5 | - | jar | |
org.hibernate | hibernate | 3.2.0.ga | - | jar | |
oro | oro | 2.0.8 | - | 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.activation | activation | 1.0.2 | - | jar | |
javax.mail | 1.3.1 | - | jar | ||
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 |
---|---|---|---|---|---|
antlr | antlr | 2.7.2 | - | jar | |
asm | asm | 1.5.3 | - | jar | |
asm | asm-attrs | 1.5.3 | - | jar | |
cglib | cglib | 2.1_3 | - | jar | |
commons-beanutils | commons-beanutils | 1.7.0 | - | jar | |
commons-chain | commons-chain | 1.1 | - | jar | |
commons-collections | commons-collections | 2.1.1 | - | jar | |
commons-digester | commons-digester | 1.6 | - | jar | |
commons-lang | commons-lang | 2.1 | - | jar | |
commons-logging | commons-logging | 1.0.4 | - | jar | |
commons-validator | commons-validator | 1.3.0 | - | jar | |
dbunit | dbunit | 2.1 | - | jar | |
dom4j | dom4j | 1.6.1 | - | jar | |
javax.transaction | jta | 1.0.1B | - | jar | |
junit | junit | 3.8.1 | - | jar | |
net.sf.ehcache | ehcache | 1.2 | - | jar | |
net.smartlab.config | smartconfig | 1.0.0 | - | jar | |
net.smartlab.web | smartweb | 1.2.0 | - | jar | |
org.apache.struts | struts-core | 1.3.5 | - | jar | |
org.apache.struts | struts-taglib | 1.3.5 | - | jar | |
org.hibernate | hibernate | 3.2.0.ga | - | jar | |
oro | oro | 2.0.8 | - | 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.activation | activation | 1.0.2 | - | jar | |
javax.mail | 1.3.1 | - | jar | ||
javax.servlet | servlet-api | 2.4 | - | jar |
Web mail module.
http://smartweb.sourceforge.net/modules/mail
Project License: LGPL
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.
Simple configuration tool.
http://www.smartlab.net/projects/smartconfig
Project License: General Public License
Apache Struts
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.
Project License: No project license is defined for this project.
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
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.
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
Relational Persistence for Java
Project License: GNU LESSER GENERAL PUBLIC LICENSE
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: the flexible XML framework for Java
Project License: No project license is defined for this project.
Project License: No project license is defined for this project.
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 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.
Project License: The Apache Software License, Version 2.0
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.
Apache Struts
Project License: The Apache Software License, Version 2.0
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.
The JavaMail API provides a platform-independent and protocol-independent framework to build mail and messaging applications.
http://java.sun.com/products/javamail/index.jsp
Project License: No project license is defined for this project.
Unnamed - javax.servlet:servlet-api:jar:2.4
Project License: No project license is defined for this project.
JavaBeans Activation Framework (JAF)
JavaBeans Activation Framework (JAF) is a standard extension to the Java platform that lets you take advantage of standard services to: determine the type of an arbitrary piece of data; encapsulate access to it; discover the operations available on it; and instantiate the appropriate bean to perform the operation(s).
http://java.sun.com/products/javabeans/jaf/index.jsp
Project License: No project license is defined for this project.
Unknown: Java Transaction API, JavaBeans Activation Framework (JAF), JavaMail 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 Mail
Filename | Size | Entries | Classes | Packages | JDK Rev | Debug | Sealed |
---|---|---|---|---|---|---|---|
antlr-2.7.2.jar | 358,273 | 195 | 193 | 8 | 1.1 | debug | - |
asm-1.5.3.jar | 26,361 | 19 | 14 | 1 | 1.2 | release | - |
asm-attrs-1.5.3.jar | 16,757 | 22 | 16 | 1 | 1.2 | release | - |
cglib-2.1_3.jar | 282,338 | 243 | 228 | 8 | 1.2 | debug | - |
commons-beanutils-1.7.0.jar | 188,671 | 129 | 111 | 5 | 1.2 | debug | - |
commons-chain-1.1.jar | 90,001 | 78 | 61 | 8 | 1.3 | debug | - |
commons-collections-2.1.1.jar | 175,426 | 197 | 187 | 3 | 1.1 | release | - |
commons-digester-1.6.jar | 168,446 | 115 | 95 | 6 | 1.2 | debug | - |
commons-lang-2.1.jar | 207,723 | 125 | 110 | 8 | 1.1 | debug | - |
commons-logging-1.0.4.jar | 38,015 | 29 | 18 | 2 | 1.2 | debug | - |
commons-validator-1.3.0.jar | 119,555 | 79 | 46 | 3 | 1.3 | debug | - |
dbunit-2.1.jar | 285,730 | 276 | 248 | 21 | 1.1 | debug | - |
dom4j-1.6.1.jar | 313,898 | 208 | 190 | 14 | 1.3 | debug | - |
activation-1.0.2.jar | 54,850 | 51 | 38 | 3 | 1.1 | debug | - |
mail-1.3.1.jar | 388,864 | 273 | 250 | 12 | 1.4 | debug | - |
servlet-api-2.4.jar | 97,693 | 67 | 42 | 2 | 1.2 | debug | - |
jta-1.0.1B.jar | 8,812 | 20 | 17 | 2 | 1.2 | debug | - |
junit-3.8.1.jar | 121,070 | 119 | 100 | 6 | 1.1 | debug | - |
ehcache-1.2.jar | 118,147 | 81 | 68 | 7 | 1.3 | debug | - |
smartconfig-1.0.0.jar | 14,011 | 19 | 9 | 1 | 1.2 | debug | - |
smartweb-1.2.0.jar | 126,618 | 127 | 104 | 6 | 1.1 | debug | - |
struts-core-1.3.5.jar | 319,406 | 191 | 150 | 15 | 1.4 | debug | - |
struts-taglib-1.3.5.jar | 243,067 | 157 | 124 | 8 | 1.4 | debug | - |
hibernate-3.2.0.ga.jar | 2,178,429 | 1,385 | 1,303 | 76 | 1.4 | debug | - |
oro-2.0.8.jar | 65,261 | 74 | 62 | 6 | 1.2 | release | - |
25 total dependencies | 6,007,422 | 4,279 | 3,784 | 232 | 1.4 | 21 | 0 |