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 | License |
---|---|---|---|---|
org.apache.poi | poi | 3.9 | jar | The Apache Software License, Version 2.0 |
org.apache.poi | poi-ooxml | 3.9 | jar | The Apache Software License, Version 2.0 |
org.apache.poi | poi-ooxml-schemas | 3.9 | jar | The Apache Software License, Version 2.0 |
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 | License |
---|---|---|---|---|
junit | junit | 4.11 | jar | Common Public License Version 1.0 |
net.sf.maltcms | cross-test | 1.4.0 | jar | L-GPL v3-Eclipse Public License (EPL) |
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 | License |
---|---|---|---|---|
dom4j | dom4j | 1.6.1 | jar | - |
org.apache.xmlbeans | xmlbeans | 2.3.0 | jar | The Apache Software License, Version 2.0 |
org.projectlombok | lombok | 1.14.2 | jar | The MIT License |
stax | stax-api | 1.0.1 | jar | The Apache Software License, Version 2.0 |
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 | License |
---|---|---|---|---|
commons-codec | commons-codec | 1.5 | jar | The Apache Software License, Version 2.0 |
org.slf4j | slf4j-api | 1.7.2 | jar | MIT License |
org.slf4j | slf4j-log4j12 | 1.7.2 | jar | MIT License |
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 | License |
---|---|---|---|---|
org.hamcrest | hamcrest-core | 1.3 | jar | New BSD License |
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 | License |
---|---|---|---|---|
xml-apis | xml-apis | 1.0.b2 | jar | The Apache Software License, Version 2.0 |
Project Dependency Graph
Dependency Tree
- net.sf.maltcms.org.apache.poi:poi-osgi:bundle:1.3.2
POI OSGI Description: OSGI Wrapper module for Apache POI API http://poi.apache.org/
URL: http://maltcms.sourceforge.net/maven/maltcms/1.3.2/poi-osgi
Project License: L-GPL v3Eclipse Public License (EPL)
- org.apache.poi:poi:jar:3.9 (compile)
Apache POI Description: Apache POI - Java API To Access Microsoft Format Files
Project License: The Apache Software License, Version 2.0
- commons-codec:commons-codec:jar:1.5 (compile)
Commons Codec Description: 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.
URL: http://commons.apache.org/codec/
Project License: The Apache Software License, Version 2.0
- commons-codec:commons-codec:jar:1.5 (compile)
- org.apache.poi:poi-ooxml:jar:3.9 (compile)
Apache POI Description: Apache POI - Java API To Access Microsoft Format Files
Project License: The Apache Software License, Version 2.0
- org.apache.poi:poi-ooxml-schemas:jar:3.9 (compile)
Apache POI Description: Apache POI - Java API To Access Microsoft Format Files
Project License: The Apache Software License, Version 2.0
- org.apache.xmlbeans:xmlbeans:jar:2.3.0 (provided)
XmlBeans Description: XmlBeans main jar
URL: http://xmlbeans.apache.org
Project License: The Apache Software License, Version 2.0
- stax:stax-api:jar:1.0.1 (provided)
StAX API Description: StAX API is the standard java XML processing API defined by JSR-173
URL: http://stax.codehaus.org/
Project License: The Apache Software License, Version 2.0
- dom4j:dom4j:jar:1.6.1 (provided)
dom4j Description: dom4j: the flexible XML framework for Java
URL: http://dom4j.org
Project License: No license is defined for this project.
- xml-apis:xml-apis:jar:1.0.b2 (provided)
XML Commons External Components XML APIs Description: 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.
URL: http://xml.apache.org/commons/#external
Project License: The Apache Software License, Version 2.0
- xml-apis:xml-apis:jar:1.0.b2 (provided)
- net.sf.maltcms:cross-test:jar:1.4.0 (test)
Cross Test Description: There is currently no description associated with this project.
URL: http://maltcms.sourceforge.net/maven/cross/1.4.0/cross-test
Project License: L-GPL v3Eclipse Public License (EPL)
- org.slf4j:slf4j-api:jar:1.7.2 (compile)
SLF4J API Module Description: The slf4j API
URL: http://www.slf4j.org
Project License: MIT License
- org.slf4j:slf4j-log4j12:jar:1.7.2 (compile)
SLF4J LOG4J-12 Binding Description: SLF4J LOG4J-12 Binding
URL: http://www.slf4j.org
Project License: MIT License
- org.slf4j:slf4j-api:jar:1.7.2 (compile)
- org.projectlombok:lombok:jar:1.14.2 (provided)
Project Lombok Description: Spice up your java: Automatic Resource Management, automatic generation of getters, setters, equals, hashCode and toString, and more!
Project License: The MIT License
- junit:junit:jar:4.11 (test)
JUnit Description: 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.
URL: http://junit.org
Project License: Common Public License Version 1.0
- org.hamcrest:hamcrest-core:jar:1.3 (test)
Hamcrest Core Description: This is the core API of hamcrest matcher framework to be used by third-party framework providers. This includes the a foundation set of matcher implementations for common operations.
URL: https://github.com/hamcrest/JavaHamcrest/hamcrest-core
Project License: New BSD License
- org.hamcrest:hamcrest-core:jar:1.3 (test)
- org.apache.poi:poi:jar:3.9 (compile)
Licenses
L-GPL v3: Cross Test, POI OSGI
New BSD License: Hamcrest Core
Unknown: dom4j
Eclipse Public License (EPL): Cross Test, POI OSGI
Common Public License Version 1.0: JUnit
MIT License: SLF4J API Module, SLF4J LOG4J-12 Binding
The Apache Software License, Version 2.0: Apache POI, Commons Codec, StAX API, XML Commons External Components XML APIs, XmlBeans
The MIT License: Project Lombok