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 |
---|---|---|---|---|---|
junit | junit | 4.4 | - | 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 |
---|---|---|---|---|---|
antlr | antlr | 2.7.6 | - | jar | |
asm | asm | 1.5.3 | - | jar | |
asm | asm-attrs | 1.5.3 | - | jar | |
axis | axis | 1.4 | - | jar | |
axis | axis-jaxrpc | 1.4 | - | jar | |
axis | axis-saaj | 1.4 | - | jar | |
axis | axis-wsdl4j | 1.5.1 | - | jar | |
cglib | cglib | 2.1_3 | - | jar | |
commons-collections | commons-collections | 2.1.1 | - | jar | |
commons-discovery | commons-discovery | 0.2 | - | jar | |
commons-logging | commons-logging | 1.0.4 | - | jar | |
dom4j | dom4j | 1.6.1 | - | jar | |
javax.transaction | jta | 1.0.1B | - | jar | |
net.sf.ehcache | ehcache | 1.2.3 | - | jar | |
no.uit.cs.argos | core | 1.1 | - | jar | |
no.uit.cs.argos | hibernate | 1.1 | - | jar | |
no.uit.cs.argos | jetty | 1.1 | - | jar | |
no.uit.cs.argos | jmxconnector | 1.1 | - | jar | |
no.uit.cs.argos | webservices | 1.1 | - | jar | |
org.apache.derby | derby | 10.2.2.0 | - | jar | |
org.apache.derby | derbynet | 10.2.2.0 | - | jar | |
org.apache.ws.commons | ws-commons-util | 1.0.1 | - | jar | |
org.apache.xmlrpc | xmlrpc-common | 3.0 | - | jar | |
org.apache.xmlrpc | xmlrpc-server | 3.0 | - | jar | |
org.hibernate | hibernate | 3.2.2.ga | - | jar | |
org.mortbay.jetty | jetty | 6.1.1 | - | jar | |
org.mortbay.jetty | jetty-util | 6.1.1 | - | jar | |
org.mortbay.jetty | servlet-api-2.5 | 6.1.1 | - | jar | |
xml-apis | xml-apis | 1.0.b2 | - | 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 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 |
---|---|---|---|---|---|
junit | junit | 4.4 | - | 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 |
---|---|---|---|---|---|
antlr | antlr | 2.7.6 | - | jar | |
asm | asm | 1.5.3 | - | jar | |
asm | asm-attrs | 1.5.3 | - | jar | |
axis | axis | 1.4 | - | jar | |
axis | axis-jaxrpc | 1.4 | - | jar | |
axis | axis-saaj | 1.4 | - | jar | |
axis | axis-wsdl4j | 1.5.1 | - | jar | |
cglib | cglib | 2.1_3 | - | jar | |
commons-collections | commons-collections | 2.1.1 | - | jar | |
commons-discovery | commons-discovery | 0.2 | - | jar | |
commons-logging | commons-logging | 1.0.4 | - | jar | |
dom4j | dom4j | 1.6.1 | - | jar | |
javax.transaction | jta | 1.0.1B | - | jar | |
net.sf.ehcache | ehcache | 1.2.3 | - | jar | |
no.uit.cs.argos | core | 1.1 | - | jar | |
no.uit.cs.argos | hibernate | 1.1 | - | jar | |
no.uit.cs.argos | jetty | 1.1 | - | jar | |
no.uit.cs.argos | jmxconnector | 1.1 | - | jar | |
no.uit.cs.argos | webservices | 1.1 | - | jar | |
org.apache.derby | derby | 10.2.2.0 | - | jar | |
org.apache.derby | derbynet | 10.2.2.0 | - | jar | |
org.apache.ws.commons | ws-commons-util | 1.0.1 | - | jar | |
org.apache.xmlrpc | xmlrpc-common | 3.0 | - | jar | |
org.apache.xmlrpc | xmlrpc-server | 3.0 | - | jar | |
org.hibernate | hibernate | 3.2.2.ga | - | jar | |
org.mortbay.jetty | jetty | 6.1.1 | - | jar | |
org.mortbay.jetty | jetty-util | 6.1.1 | - | jar | |
org.mortbay.jetty | servlet-api-2.5 | 6.1.1 | - | jar | |
xml-apis | xml-apis | 1.0.b2 | - | jar |
Application is just here for packaging release zip files
http://jargos.sourceforge.net/application
Project License: The BSD License
Core is the microkernel of Argos
http://jargos.sourceforge.net/core
Project License: The BSD License
JMXConnector makes it possible to connect to Argos with JMX over RMI
http://jargos.sourceforge.net/jmxconnector
Project License: The BSD License
The Jetty system service adds jetty 6 to Argos
http://jargos.sourceforge.net/jetty
Project License: The BSD License
Project License: Apache License Version 2.0
Project License: Apache License Version 2.0
Project License: Apache License Version 1.1
The hibernate system service adds persistence to Argos with hibernate and derby
http://jargos.sourceforge.net/hibernate
Project License: The BSD License
Relational Persistence for Java
Project License: GNU LESSER GENERAL PUBLIC LICENSE
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
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.
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.
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.
Project License: No project license is defined for this project.
Project License: No project license is defined for this project.
The WS system service makes it easy to create SOAP and XML-RPC services
http://jargos.sourceforge.net/webservices
Project License: The BSD License
Apache XML-RPC is a Java implementation of XML-RPC, a popular protocol that uses XML over HTTP to implement remote procedure calls. Compared to SOAP, or JAX-RPC, it is stable, much simpler and easier to handle. Version 3 of Apache XML-RPC introduces several important vendor extensions over the original XML-RPC specification.
http://ws.apache.org/xmlrpc/xmlrpc-server
Project License: The Apache Software License, Version 2.0
Apache XML-RPC is a Java implementation of XML-RPC, a popular protocol that uses XML over HTTP to implement remote procedure calls. Compared to SOAP, or JAX-RPC, it is stable, much simpler and easier to handle. Version 3 of Apache XML-RPC introduces several important vendor extensions over the original XML-RPC specification.
http://ws.apache.org/xmlrpc/xmlrpc-common
Project License: The Apache Software License, Version 2.0
Apache WebServices Common Utilities
This is a small collection of utility classes, that allow high performance XML processing based on SAX. Basically, it is assumed, that you are using an JAXP 1.1 compliant XML parser and nothing else. In particular, no dependency on the javax.xml.transform package is introduced.
http://ws.apache.org/commons/util
Project License: The Apache Software License, Version 2.0
JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.
Project License: Common Public License Version 1.0
XML Commons External Components XML APIs
xml-commons provides an Apache-hosted set of DOM, SAX, and JAXP interfaces for use in other xml-based projects. Our hope is that we can standardize on both a common version and packaging scheme for these critical XML standards interfaces to make the lives of both our developers and users easier. The External Components portion of xml-commons contains interfaces that are defined by external standards organizations. For DOM, that's the W3C; for SAX it's David Megginson and sax.sourceforge.net; for JAXP it's Sun.
http://xml.apache.org/commons/#external
Project License: The Apache Software License, Version 2.0
An implementation of the SOAP ("Simple Object Access Protocol") submission to W3C.
Project License: The Apache Software License, Version 2.0
Unnamed - axis:axis-jaxrpc:pom:1.4
Project License: No project license is defined for this project.
Unnamed - axis:axis-saaj:pom:1.4
Project License: No project license is defined for this project.
Unnamed - axis:axis-wsdl4j:jar:1.5.1
Project License: No project license is defined for this project.
Commons Discovery
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
GNU LESSER GENERAL PUBLIC LICENSE: Hibernate
Unknown: AntLR, Derby Engine, Derby Network Server, Discovery, Java Transaction API, Unnamed - axis:axis-jaxrpc:pom:1.4, Unnamed - axis:axis-saaj:pom:1.4, Unnamed - axis:axis-wsdl4j:jar:1.5.1, Unnamed - commons-collections:commons-collections:jar:2.1.1, asm, asm-attrs, cglib, dom4j
Apache License Version 1.1: Servlet Specification 2.5 API
Common Public License Version 1.0: JUnit
The Apache Software License, Version 2.0: Apache WebServices Common Utilities, Apache XML-RPC Common Library, Apache XML-RPC Server Library, Axis Web Services, Logging, XML Commons External Components XML APIs, ehcache
Apache License Version 2.0: Jetty Server, Jetty Utilities
The BSD License: Application, Core, Hibernate, JMXConnector, Jetty, Webservices
Filename | Size | Entries | Classes | Packages | JDK Rev | Debug | Sealed |
---|---|---|---|---|---|---|---|
antlr-2.7.6.jar | 443,432 | 226 | 224 | 12 | 1.2 | 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 | - |
axis-1.4.jar | 1,599,570 | 842 | 771 | 56 | 1.3 | debug | - |
axis-jaxrpc-1.4.jar | 31,191 | 67 | 54 | 9 | 1.3 | debug | - |
axis-saaj-1.4.jar | 18,979 | 32 | 27 | 1 | 1.3 | debug | - |
axis-wsdl4j-1.5.1.jar | 126,771 | 142 | 119 | 18 | 1.2 | release | - |
cglib-2.1_3.jar | 282,338 | 243 | 228 | 8 | 1.2 | debug | - |
commons-collections-2.1.1.jar | 175,426 | 197 | 187 | 3 | 1.1 | release | - |
commons-discovery-0.2.jar | 71,442 | 80 | 58 | 8 | 1.1 | debug | - |
commons-logging-1.0.4.jar | 38,015 | 29 | 18 | 2 | 1.2 | debug | - |
dom4j-1.6.1.jar | 313,898 | 208 | 190 | 14 | 1.3 | debug | - |
jta-1.0.1B.jar | 8,812 | 20 | 17 | 2 | 1.2 | debug | - |
junit-4.4.jar | 161,477 | 188 | 154 | 20 | 1.5 | debug | - |
ehcache-1.2.3.jar | 208,048 | 137 | 117 | 13 | 1.3 | debug | - |
application-1.1.jar | 2,003 | 7 | 0 | 0 | - | release | - |
core-1.1.jar | 81,150 | 65 | 46 | 10 | 1.6 | debug | - |
hibernate-1.1.jar | 8,157 | 13 | 2 | 1 | 1.6 | debug | - |
jetty-1.1.jar | 6,793 | 13 | 2 | 1 | 1.6 | debug | - |
jmxconnector-1.1.jar | 3,895 | 12 | 1 | 1 | 1.6 | debug | - |
webservices-1.1.jar | 21,320 | 28 | 12 | 4 | 1.6 | debug | - |
derby-10.2.2.0.jar | 2,276,020 | 1,333 | 1,272 | 80 | 1.6 | release | sealed |
derbynet-10.2.2.0.jar | 204,224 | 86 | 51 | 3 | 1.3 | release | sealed |
ws-commons-util-1.0.1.jar | 34,840 | 36 | 23 | 2 | 1.2 | debug | - |
xmlrpc-common-3.0.jar | 98,051 | 121 | 106 | 6 | 1.1 | debug | - |
xmlrpc-server-3.0.jar | 69,186 | 62 | 49 | 3 | 1.1 | debug | - |
hibernate-3.2.2.ga.jar | 2,208,240 | 1,401 | 1,319 | 76 | 1.4 | debug | - |
jetty-6.1.1.jar | 460,758 | 229 | 202 | 13 | 1.4 | debug | - |
jetty-util-6.1.1.jar | 116,015 | 81 | 66 | 6 | 1.4 | debug | - |
servlet-api-2.5-6.1.1.jar | 131,983 | 78 | 42 | 2 | 1.4 | debug | - |
xml-apis-1.0.b2.jar | 109,318 | 217 | 184 | 17 | 1.2 | release | - |
Total | Size | Entries | Classes | Packages | JDK Rev | Debug | Sealed |
31 total dependencies | 9,354,470 | 6,234 | 5,571 | 393 | 1.6 | 23 | 2 |