morechart-chart-plot_2.9.2
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.myst3r10n</groupId>
<artifactId>morechart-chart-plot_2.9.2</artifactId>
<version>0.1.3</version>
</dependency><?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.myst3r10n</groupId>
<artifactId>morechart-chart-plot_2.9.2</artifactId>
<packaging>jar</packaging>
<description>morechart-chart-plot</description>
<version>0.1.3</version>
<name>morechart-chart-plot</name>
<organization>
<name>com.github.myst3r10n</name>
</organization>
<url>https://github.com/myst3r10n/morechart</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://raw.github.com/myst3r10n/morechart/master/LICENSE</url>
</license>
</licenses>
<scm>
<url>https://github.com/myst3r10n/morechart</url>
<connection>scm:git:git@github.com:myst3r10n/morechart.git</connection>
</scm>
<developers>
<developer>
<id>myst3r10n</id>
<name>myst3r10n</name>
<url>https://github.com/myst3r10n</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.9.2</version>
</dependency>
<dependency>
<groupId>org.jfree</groupId>
<artifactId>jfreechart</artifactId>
<version>1.0.14</version>
</dependency>
</dependencies>
</project>