Project Dependencies
compile
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
GroupId | ArtifactId | Version | Type |
---|---|---|---|
commons-codec | commons-codec | 1.3 | jar |
commons-httpclient | commons-httpclient | 3.1 | jar |
commons-io | commons-io | 1.4 | jar |
commons-lang | commons-lang | 2.4 | jar |
net.sourceforge.nekohtml | nekohtml | 1.9.12 | jar |
org.apache.tika | tika-parsers | 0.4 | jar |
org.seasar.container | s2-tiger | 2.4.38 | jar |
org.slf4j | slf4j-api | 1.5.6 | jar |
org.slf4j | slf4j-log4j12 | 1.5.6 | jar |
xalan | xalan | 2.7.1 | jar |
test
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 | Type |
---|---|---|---|
junit | junit | 3.8.1 | 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:
GroupId | ArtifactId | Version | Type |
---|---|---|---|
org.apache.geronimo.specs | geronimo-annotation_1.0_spec | 1.0 | jar |
org.apache.geronimo.specs | geronimo-ejb_3.0_spec | 1.0 | jar |
org.apache.geronimo.specs | geronimo-interceptor_3.0_spec | 1.0 | jar |
org.apache.geronimo.specs | geronimo-j2ee_1.4_spec | 1.0 | jar |
org.apache.geronimo.specs | geronimo-jta_1.1_spec | 1.0 | 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:
GroupId | ArtifactId | Version | Type |
---|---|---|---|
aopalliance | aopalliance | 1.0 | jar |
asm | asm | 3.1 | jar |
bouncycastle | bcmail-jdk14 | 136 | jar |
bouncycastle | bcprov-jdk14 | 136 | jar |
commons-logging | commons-logging | 1.0.4 | jar |
dom4j | dom4j | 1.6.1 | jar |
jboss | javassist | 3.4.ga | jar |
log4j | log4j | 1.2.14 | jar |
ognl | ognl | 2.6.9-patch-20090427 | jar |
org.apache.commons | commons-compress | 1.0 | jar |
org.apache.geronimo.specs | geronimo-stax-api_1.0_spec | 1.0 | jar |
org.apache.poi | ooxml-schemas | 1.0 | jar |
org.apache.poi | poi | 3.5-beta6 | jar |
org.apache.poi | poi-ooxml | 3.5-beta6 | jar |
org.apache.poi | poi-scratchpad | 3.5-beta6 | jar |
org.apache.tika | tika-core | 0.4 | jar |
org.apache.xmlbeans | xmlbeans | 2.3.0 | jar |
org.easymock | easymock | 2.2 | jar |
org.fontbox | fontbox | 0.1.0 | jar |
org.jempbox | jempbox | 0.2.0 | jar |
org.seasar.container | s2-extension | 2.4.38 | jar |
org.seasar.container | s2-framework | 2.4.38 | jar |
pdfbox | pdfbox | 0.7.3 | jar |
xalan | serializer | 2.7.1 | jar |
xerces | xercesImpl | 2.8.1 | jar |
xml-apis | xml-apis | 1.3.03 | jar |
Project Dependency Graph
Dependency Tree
- org.seasar.robot:s2-robot:jar:0.2.0-SNAPSHOT
- org.apache.geronimo.specs:geronimo-j2ee_1.4_spec:jar:1.0 (provided)
- org.apache.geronimo.specs:geronimo-annotation_1.0_spec:jar:1.0 (provided)
- org.apache.geronimo.specs:geronimo-ejb_3.0_spec:jar:1.0 (provided)
- org.apache.geronimo.specs:geronimo-interceptor_3.0_spec:jar:1.0 (provided)
- org.apache.geronimo.specs:geronimo-jta_1.1_spec:jar:1.0 (provided)
- commons-codec:commons-codec:jar:1.3 (compile)
- commons-httpclient:commons-httpclient:jar:3.1 (compile)
- commons-logging:commons-logging:jar:1.0.4 (compile)
- commons-io:commons-io:jar:1.4 (compile)
- commons-lang:commons-lang:jar:2.4 (compile)
- org.apache.tika:tika-parsers:jar:0.4 (compile)
- org.apache.tika:tika-core:jar:0.4 (compile)
- org.apache.commons:commons-compress:jar:1.0 (compile)
- pdfbox:pdfbox:jar:0.7.3 (compile)
- org.fontbox:fontbox:jar:0.1.0 (compile)
- org.jempbox:jempbox:jar:0.2.0 (compile)
- bouncycastle:bcmail-jdk14:jar:136 (compile)
- bouncycastle:bcprov-jdk14:jar:136 (compile)
- org.apache.poi:poi:jar:3.5-beta6 (compile)
- org.apache.poi:poi-scratchpad:jar:3.5-beta6 (compile)
- org.apache.poi:poi:jar:3.5-beta6 (compile)
- org.apache.poi:poi-ooxml:jar:3.5-beta6 (compile)
- org.apache.poi:poi:jar:3.5-beta6 (compile)
- org.apache.poi:ooxml-schemas:jar:1.0 (compile)
- org.apache.xmlbeans:xmlbeans:jar:2.3.0 (compile)
- dom4j:dom4j:jar:1.6.1 (compile)
- org.apache.geronimo.specs:geronimo-stax-api_1.0_spec:jar:1.0 (compile)
- asm:asm:jar:3.1 (compile)
- log4j:log4j:jar:1.2.14 (compile)
- net.sourceforge.nekohtml:nekohtml:jar:1.9.12 (compile)
- xerces:xercesImpl:jar:2.8.1 (compile)
- xml-apis:xml-apis:jar:1.3.03 (compile)
- xerces:xercesImpl:jar:2.8.1 (compile)
- xalan:xalan:jar:2.7.1 (compile)
- xalan:serializer:jar:2.7.1 (compile)
- org.seasar.container:s2-tiger:jar:2.4.38 (compile)
- org.seasar.container:s2-extension:jar:2.4.38 (compile)
- org.seasar.container:s2-framework:jar:2.4.38 (compile)
- aopalliance:aopalliance:jar:1.0 (compile)
- jboss:javassist:jar:3.4.ga (compile)
- ognl:ognl:jar:2.6.9-patch-20090427 (compile)
- org.seasar.container:s2-framework:jar:2.4.38 (compile)
- org.easymock:easymock:jar:2.2 (compile)
- org.seasar.container:s2-extension:jar:2.4.38 (compile)
- org.slf4j:slf4j-api:jar:1.5.6 (compile)
- org.slf4j:slf4j-log4j12:jar:1.5.6 (compile)
- org.slf4j:slf4j-api:jar:1.5.6 (compile)
- log4j:log4j:jar:1.2.14 (compile)
- junit:junit:jar:3.8.1 (test)
Licenses
Bouncy Castle License: Legion of the Bouncy Castle Java Cryptography APIs
Unknown: ASM Core, OGNL, SLF4J API Module, SLF4J LOG4J-12 Binding, Unnamed - bouncycastle:bcmail-jdk14:jar:136, Unnamed - junit:junit:jar:3.8.1, Unnamed - org.apache.geronimo.specs:geronimo-j2ee_1.4_spec:jar:1.0, dom4j
BSD: FontBox - Java Font Library, JempBox - Java XMP Library, PDFBox - Java PDF Library
Apache License: HttpClient
MPL 1.1: Javassist
MIT License: EasyMock
GNU Lesser General Public License: AOP alliance
The Apache Software License, Version 2.0: Annotation 1.0, Apache POI, Apache Tika core, Apache Tika parsers, Codec, Commons Compress, Commons IO, Commons Lang, EJB 3.0, Interceptor 3.0, JTA 1.1, Log4j, Logging, Neko HTML, OOXML schemas, S2 Tiger, S2Robot, Seasar2 Extension, Seasar2 Framework, Streaming API for XML (STAX API 1.0), Unnamed - xml-apis:xml-apis:jar:1.3.03, Xalan Java, Xalan Java Serializer, Xerces2 Java Parser, XmlBeans
Dependency File Details
Filename | Size | Entries | Classes | Packages | JDK Rev | Debug |
---|---|---|---|---|---|---|
aopalliance-1.0.jar | 4.36 kB | 15 | 9 | 2 | 1.3 | debug |
asm-3.1.jar | 42.02 kB | 24 | 23 | 2 | 1.2 | release |
bcmail-jdk14-136.jar | 184.80 kB | 159 | 142 | 8 | 1.2 | release |
bcprov-jdk14-136.jar | 1.34 MB | 1,242 | 1,163 | 71 | 1.2 | release |
commons-codec-1.3.jar | 45.63 kB | 42 | 25 | 5 | 1.2 | debug |
commons-httpclient-3.1.jar | 297.85 kB | 183 | 167 | 8 | 1.2 | debug |
commons-io-1.4.jar | 106.49 kB | 93 | 76 | 5 | 1.3 | debug |
commons-lang-2.4.jar | 255.67 kB | 148 | 127 | 9 | 1.2 | debug |
commons-logging-1.0.4.jar | 37.12 kB | 29 | 18 | 2 | 1.2 | debug |
dom4j-1.6.1.jar | 306.54 kB | 208 | 190 | 14 | 1.3 | debug |
javassist-3.4.ga.jar | 459.97 kB | 279 | 262 | 15 | 1.2 | debug |
junit-3.8.1.jar | 118.23 kB | 119 | 100 | 6 | 1.1 | debug |
log4j-1.2.14.jar | 358.83 kB | 288 | 256 | 19 | 1.1 | debug |
nekohtml-1.9.12.jar | 117.24 kB | 72 | 55 | 4 | 1.3 | debug |
ognl-2.6.9-patch-20090427.jar | 163.06 kB | 122 | 114 | 1 | 1.4 | debug |
commons-compress-1.0.jar | 140.48 kB | 94 | 70 | 11 | 1.4 | debug |
geronimo-annotation_1.0_spec-1.0.jar | 11.80 kB | 23 | 11 | 2 | 1.5 | debug |
geronimo-ejb_3.0_spec-1.0.jar | 31.01 kB | 73 | 58 | 3 | 1.5 | debug |
geronimo-interceptor_3.0_spec-1.0.jar | 8.74 kB | 16 | 5 | 1 | 1.5 | release |
geronimo-j2ee_1.4_spec-1.0.jar | 2.11 MB | 2,476 | 2,297 | 88 | 1.4 | debug |
geronimo-jta_1.1_spec-1.0.jar | 14.62 kB | 29 | 17 | 2 | 1.1 | debug |
geronimo-stax-api_1.0_spec-1.0.jar | 27.92 kB | 51 | 36 | 5 | 1.4 | debug |
ooxml-schemas-1.0.jar | 13.36 MB | 16,523 | 9,180 | 53 | 1.4 | release |
poi-3.5-beta6.jar | 1.41 MB | 1,059 | 1,006 | 42 | 1.5 | debug |
poi-ooxml-3.5-beta6.jar | 348.59 kB | 205 | 168 | 27 | 1.5 | debug |
poi-scratchpad-3.5-beta6.jar | 775.77 kB | 490 | 433 | 44 | 1.5 | debug |
tika-core-0.4.jar | 128.38 kB | 124 | 100 | 10 | 1.5 | debug |
tika-parsers-0.4.jar | 170.48 kB | 150 | 124 | 14 | 1.5 | debug |
xmlbeans-2.3.0.jar | 2.54 MB | 2,211 | 1,502 | 52 | 1.4 | debug |
easymock-2.2.jar | 61.23 kB | 65 | 59 | 3 | 1.5 | debug |
fontbox-0.1.0.jar | 61.68 kB | 50 | 38 | 6 | 1.2 | debug |
jempbox-0.2.0.jar | 41.67 kB | 33 | 24 | 3 | 1.4 | debug |
s2-extension-2.4.38.jar | 378.76 kB | 384 | 306 | 45 | 1.4 | debug |
s2-framework-2.4.38.jar | 656.12 kB | 628 | 559 | 43 | 1.4 | debug |
s2-tiger-2.4.38.jar | 590.49 kB | 601 | 516 | 55 | 1.5 | debug |
slf4j-api-1.5.6.jar | 21.81 kB | 32 | 21 | 3 | 1.3 | debug |
slf4j-log4j12-1.5.6.jar | 9.45 kB | 16 | 6 | 1 | 1.3 | debug |
pdfbox-0.7.3.jar | 3.17 MB | 642 | 400 | 54 | 1.2 | debug |
serializer-2.7.1.jar | 271.76 kB | 124 | 109 | 3 | 1.1 | debug |
xalan-2.7.1.jar | 3.03 MB | 1,577 | 1,513 | 49 | 1.1 | debug |
xercesImpl-2.8.1.jar | 1.16 MB | 950 | 882 | 38 | 1.1 | release |
xml-apis-1.3.03.jar | 190.55 kB | 342 | 302 | 25 | 1.1 | release |
Total | Size | Entries | Classes | Packages | JDK Rev | Debug |
42 | 34.40 MB | 31,991 | 22,469 | 853 | 1.5 | 35 |
compile: 36 | compile: 32.11 MB | compile: 29,255 | compile: 19,981 | compile: 751 | - | compile: 30 |
test: 1 | test: 118.23 kB | test: 119 | test: 100 | test: 6 | - | test: 1 |
provided: 5 | provided: 2.17 MB | provided: 2,617 | provided: 2,388 | provided: 96 | - | provided: 4 |
Dependency Repository Locations
Repo ID | URL | Release | Snapshot |
---|---|---|---|
apache.snapshots | http://svn.apache.org/maven-snapshot-repository | - | Yes |
apache-incubator | http://people.apache.org/repo/m2-incubating-repository/ | Yes | - |
codehaus | http://repository.codehaus.org | Yes | - |
java.net | http://download.java.net/maven/1 | Yes | Yes |
codehaus-snapshots | http://snapshots.repository.codehaus.org | - | Yes |
apache-snapshots | http://people.apache.org/repo/m2-snapshot-repository | - | Yes |
maven.seasar.org | http://maven.seasar.org/maven2 | Yes | Yes |
central | http://repo1.maven.org/maven2 | Yes | - |
Repository locations for each of the Dependencies.