Maven Repository - POM file for Chart jfreechart 1.0.3 1.0.3

Summary

jfreechart.

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..

Declaration

Here is the list of declaration for jfreechart. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>jfree</groupId>
   <artifactId>jfreechart</artifactId>
   <version>1.0.3</version>
</dependency>

If you think this Maven repository POM file listing for jfreechart is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.





License

Name:GNU Lesser General Public Licence
URL: http://www.gnu.org/licenses/lgpl.txt.

Depends on

The jfreechart-1.0.3 has 2 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
JUnitjunit 3.8.1
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.
1966

Packages

The following packages are defined in the jfreechart-1.0.3.jar

org.jfree.chart
org.jfree.chart.annotations
org.jfree.chart.axis
org.jfree.chart.block
org.jfree.chart.demo
org.jfree.chart.editor
org.jfree.chart.encoders
org.jfree.chart.entity
org.jfree.chart.event
org.jfree.chart.imagemap
org.jfree.chart.labels
org.jfree.chart.needle
org.jfree.chart.plot
org.jfree.chart.renderer
org.jfree.chart.renderer.category
org.jfree.chart.renderer.xy
org.jfree.chart.resources
org.jfree.chart.servlet
org.jfree.chart.title
org.jfree.chart.urls
org.jfree.chart.util
org.jfree.data
org.jfree.data.category
org.jfree.data.contour
org.jfree.data.function
org.jfree.data.gantt
org.jfree.data.general
org.jfree.data.io
org.jfree.data.jdbc
org.jfree.data.resources
org.jfree.data.statistics
org.jfree.data.time
org.jfree.data.xml
org.jfree.data.xy




POM File Source

Here is the content of the POM file.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>jfree</groupId>
  <artifactId>jfreechart</artifactId>
  <name>jfreechart</name>
  <version>1.0.3</version>
  <url>http://www.jfree.org/jfreechart/</url>
  <organization>
    <name>JFree.org</name>
    <url>http://www.jfree.org/</url>
  </organization>
  <inceptionYear>2001</inceptionYear>
  <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.
  </description>
  <scm>
    <connection>scm:cvs:pserver:anonymous@jfreechart.cvs.sourceforge.net:/cvsroot/jfreechart:jfreechart</connection>
    <url>http://jfreechart.cvs.sourceforge.net/jfreechart/jfreechart/</url>
  </scm>
  <licenses>
    <license>
      <name>GNU Lesser General Public Licence</name>
      <url>http://www.gnu.org/licenses/lgpl.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <dependencies>
    <dependency>
      <groupId>jfree</groupId>
      <artifactId>jcommon</artifactId>
      <version>1.0.6</version>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>3.8.1</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>