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.jfree | jcommon | 1.0.17 | jar | GNU Lesser General Public Licence |
org.jfree | jfreechart | 1.0.14 | jar | GNU Lesser General Public Licence |
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 |
---|---|---|---|---|
org.projectlombok | lombok | 1.14.2 | jar | The MIT License |
xml-apis | xml-apis | 1.3.04 | 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 |
---|---|---|---|---|
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 |
Project Dependency Graph
Dependency Tree
- org.jfree:jfreechart-osgi:bundle:1.3.2
JFreeChart OSGI Description: OSGI Wrapper module for JFreeChart, http://www.jfree.org
URL: http://maltcms.sourceforge.net/maven/maltcms/1.3.2/jfreechart-osgi
Project License: L-GPL v3Eclipse Public License (EPL)
- org.jfree:jfreechart:jar:1.0.14 (compile)
JFreeChart Description: JFreeChart is a class library, written in Java, for generating charts. Utilising the Java2D APIs, it currently supports bar charts, pie charts, line charts, XY-plots and time series plots.
URL: http://www.jfree.org/jfreechart/
Project License: GNU Lesser General Public Licence
- org.jfree:jcommon:jar:1.0.17 (compile)
JCommon Description: JCommon is a free general purpose Java class library that is used in several projects at www.jfree.org, including JFreeChart and JFreeReport.
URL: http://www.jfree.org/jcommon/
Project License: GNU Lesser General Public Licence
- xml-apis:xml-apis:jar:1.3.04 (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/components/external/
Project License: The Apache Software License, Version 2.0
- 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.jfree:jfreechart:jar:1.0.14 (compile)
Licenses
L-GPL v3: Cross Test, JFreeChart OSGI
New BSD License: Hamcrest Core
GNU Lesser General Public Licence: JCommon, JFreeChart
Eclipse Public License (EPL): Cross Test, JFreeChart OSGI
Common Public License Version 1.0: JUnit
MIT License: SLF4J API Module, SLF4J LOG4J-12 Binding
The Apache Software License, Version 2.0: XML Commons External Components XML APIs
The MIT License: Project Lombok