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 |
---|---|---|---|---|---|
jaxen | jaxen | 1.1-beta-6 | - | jar | |
junit | junit | 3.8.1 | - | jar | |
log4j | log4j | 1.2.6 | - | jar | |
saxpath | saxpath | 1.0-FCS | - | jar | |
xmlrpc | xmlrpc | 1.2 | - | 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 |
---|---|---|---|---|---|
com.ibm.icu | icu4j | 2.6.1 | - | jar | |
commons-codec | commons-codec | 1.2 | - | jar | |
commons-httpclient | commons-httpclient | 3.0-rc1 | - | jar | |
commons-logging | commons-logging | 1.0.3 | - | jar | |
dom4j | dom4j | 1.5.2 | - | jar | |
javax.servlet | servlet-api | 2.2 | - | jar | |
jaxme | jaxme-api | 0.3 | - | jar | |
jdom | jdom | b9 | - | jar | |
org.ccil.cowan.tagsoup | tagsoup | 0.9.7 | - | jar | |
xalan | xalan | 2.6.0 | - | jar | |
xerces | xercesImpl | 2.6.2 | - | jar | |
xerces | xmlParserAPIs | 2.6.2 | - | jar | |
xml-apis | xml-apis | 1.0.b2 | - | jar | |
xom | xom | 1.0b3 | - | jar |
Commons Feedparser
http://commons.apache.org/dormant/feedparser/
Jaxen is a universal Java XPath engine.
dom4j: the flexible XML framework for Java
Unnamed - jaxme:jaxme-api:jar:0.3
Unnamed - xerces:xmlParserAPIs:jar:2.6.2
Unnamed - xerces:xercesImpl:jar:2.6.2
Unnamed - com.ibm.icu:icu4j:jar:2.6.1
Unnamed - xalan:xalan:jar:2.6.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
TagSoup is a SAX-compliant parser written in Java that, instead of parsing well-formed or valid XML, parses HTML as it is found in the wild: nasty and brutish, though quite often far from short. TagSoup is designed for people who have to process this stuff using some semblance of a rational application design. By providing a SAX interface, it allows standard XML tools to be applied to even the worst HTML.
http://mercury.ccil.org/~cowan/XML/tagsoup/
Unnamed - log4j:log4j:jar:1.2.6
Unnamed - xmlrpc:xmlrpc:jar:1.2
The HttpClient component supports the client-side of RFC 1945 (HTTP/1.0) and RFC 2616 (HTTP/1.1) , several related specifications (RFC 2109 (Cookies) , RFC 2617 (HTTP Authentication) , etc.), and provides a framework by which new request types (methods) or HTTP extensions can be created easily.
http://jakarta.apache.org/commons/httpclient/
Commons Logging
http://jakarta.apache.org/commons/logging/
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.
Unnamed - javax.servlet:servlet-api:jar:2.2
Unnamed - saxpath:saxpath:jar:1.0-FCS
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.