以下はこのプロジェクトのコンパイル依存関係です。これらの依存関係はアプリケーションをコンパイルおよび実行するのに必要です。
| グループID | 成果物ID | バージョン | Classifier | Type | 備考 |
|---|---|---|---|---|---|
| commons-codec | commons-codec | 1.2 | - | jar | |
| commons-httpclient | commons-httpclient | 3.0 | - | jar | |
| commons-lang | commons-lang | 2.1 | - | jar | |
| commons-logging | commons-logging | 1.0.4 | - | jar | |
| dom4j | dom4j | 1.6.1 | - | jar | |
| xmlrpc | xmlrpc-client | 3.0b1 | - | jar |
以下はこのプロジェクトのテスト依存関係です。これらの依存関係はアプリケーションのユニットテストを実行する時のみ必要です。
| グループID | 成果物ID | バージョン | Classifier | Type | 備考 |
|---|---|---|---|---|---|
| junit | junit | 4.0 | - | jar |
以下はこのプロジェクトの過渡的依存ライブラリのリストです。過渡的依存ライブラリはプロジェクトの依存ライブラリの依存ライブラリです。
以下はこのプロジェクトのコンパイル依存関係です。これらの依存関係はアプリケーションをコンパイルおよび実行するのに必要です。
| グループID | 成果物ID | バージョン | Classifier | Type | 備考 |
|---|---|---|---|---|---|
| javax.servlet | servlet-api | 2.4 | - | jar | |
| jaxme | jaxmeapi | 0.5.1 | - | jar | |
| org.apache.ws.commons | ws-commons-util | 1.0.1 | - | jar | |
| org.apache.xmlrpc | xmlrpc-common | 3.0b1 | - | jar | |
| xml-apis | xml-apis | 1.0.b2 | - | jar |
Java API for Hatena - はてなのwebサービスをJavaから扱うAPIです。
http://yoshiori.org/project/hatena/
dom4j: the flexible XML framework for Java
Unnamed - xml-apis:xml-apis:jar:1.0.b2
http://xml.apache.org/commons/#external
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 is a thin adapter allowing configurable bridging to other, well known logging systems.
http://jakarta.apache.org/commons/logging/
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-client
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
Unnamed - javax.servlet:servlet-api:jar:2.4
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
Unnamed - jaxme:jaxmeapi:jar:0.5.1
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)}/
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.