|
jfreechart example source code file (maven-jfreechart-project.xml)
The jfreechart maven-jfreechart-project.xml source code
<?xml version="1.0"?>
<project
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://maven.apache.org/xsd/maven-project-3.0.0.xsd">
<pomVersion>3
<id>jfreechart
<name>JFreechart
<groupId>jfree
<currentVersion>@VERSION@
<organization>
<name>JFree.org
<url>http://www.jfree.org/
</organization>
<inceptionYear>2001
<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>
<shortDescription>A free Java class library for generating charts.
<url>http://www.jfree.org/jfreechart/
<issueTrackingUrl>http://sourceforge.net/tracker/?group_id=15494
<repository>
<connection>
scm:cvs:pserver:anonymous@cvs.sourceforge.net:/cvsroot/jfreechart:jfreechart
</connection>
<url>http://cvs.sourceforge.net/viewcvs.py/jfreechart/jfreechart
</repository>
<mailingLists>
<mailingList>
<name>JFreeChart Developer List
<subscribe>
jfreechart-dev-request@lists.sourceforge.net?subject=subscribe
</subscribe>
<unsubscribe>
jfreechart-dev-request@lists.sourceforge.net?subject=unsubscribe
</unsubscribe>
<archive>
http://sourceforge.net/mailarchive/forum.php?forum=jfreechart-dev
</archive>
</mailingList>
</mailingLists>
<developers>
<!--
For an up to date list of developers and contributors have a look at
the project info implementations.
-->
</developers>
<licenses>
<license>
<name>GNU Lesser General Public Licence
<url>http://www.gnu.org/licenses/lgpl.txt
<distribution>repo
</license>
</licenses>
<dependencies>
<dependency>
<groupId>jfree
<artifactId>jcommon
<version>@JCOMMON.VERSION@
<url>http://www.jfree.org/jcommon/
</dependency>
<dependency>
<groupId>junit
<artifactId>junit
<version>3.7
<url>http://www.junit.org/
</dependency>
<dependency>
<groupId>xml-apis
<artifactId>xml-apis
<version>1.3.02
<jar>xml-apis-1.3.02.jar
<url>http://xml.apache.org/commons/#external
</dependency>
</dependencies>
<build>
<!-- We don't use Maven as build system. -->
</build>
</project>
Other jfreechart examples (source code examples)Here is a short list of links related to this jfreechart maven-jfreechart-project.xml source code file: |
| ... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.