<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/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<groupId>de.h2b.java.lib</groupId>
		<artifactId>pa-toolbox</artifactId>
		<version>1.1.0</version>
	</parent>
	<groupId>de.h2b.java.lib.pa-toolbox</groupId>
	<artifactId>pa-toolbox-extern-javaplot</artifactId>
	<name>PA-Toolbox -- Predictive Analytics Java Toolbox -- External JavaPlot Library</name>
	<inceptionYear>2015</inceptionYear>
	<licenses>
		<license>
			<name>GNU Lesser General Public License, Version 3</name>
			<url>https://www.gnu.org/licenses/lgpl-3.0.html</url>
			<distribution>repo</distribution>
		</license>
	</licenses>
	<url>http://javaplot.panayotis.com</url>
	<description>
This JavaPlot library has not been written by me (the author of the PA-Toolbox project). 
See the given URL for the original JavaPlot project.
These files have been extracted from the download JavaPlot-0.5.0.tar.bz2.

It is included here just to resolve external dependencies of other PA-Toolbox submodules.
  </description>
</project>