Download jfreechart-swt-1.0.9.jar file

Introduction

You can download jfreechart-swt-1.0.9.jar in this page.

License

GNU Lesser General Public Licence

Type List

jfreechart-swt-1.0.9.jar file has the following types.

META-INF/MANIFEST.MF
org.jfree.experimental.chart.swt.ChartComposite.class
org.jfree.experimental.chart.swt.demo.SWTBarChartDemo1.class
org.jfree.experimental.chart.swt.demo.SWTMultipleAxisDemo1.class
org.jfree.experimental.chart.swt.demo.SWTPieChartDemo1.class
org.jfree.experimental.chart.swt.demo.SWTTimeSeriesDemo.class
org.jfree.experimental.chart.swt.editor.SWTAxisEditor.class
org.jfree.experimental.chart.swt.editor.SWTChartEditor.class
org.jfree.experimental.chart.swt.editor.SWTNumberAxisEditor.class
org.jfree.experimental.chart.swt.editor.SWTOtherEditor.class
org.jfree.experimental.chart.swt.editor.SWTPlotAppearanceEditor.class
org.jfree.experimental.chart.swt.editor.SWTPlotEditor.class
org.jfree.experimental.chart.swt.editor.SWTStrokeCanvas.class
org.jfree.experimental.chart.swt.editor.SWTTitleEditor.class
org.jfree.experimental.swt.SWTGraphics2D.class
org.jfree.experimental.swt.SWTPaintCanvas.class
org.jfree.experimental.swt.SWTUtils.class

Pom

jfreechart-swt-1.0.9.pom file content.

<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-swt</artifactId>
  <name>jfreechart-swt</name>
  <version>1.0.9</version>
  <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>
  <url>http://www.jfree.org/jfreechart/</url>
  <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>
  <scm>
    <connection>
      scm:cvs:pserver:anonymous@jfreechart.cvs.sourceforge.net:/cvsroot/jfreechart:jfreechart
    </connection>
    <url>
      http://jfreechart.cvs.sourceforge.net/jfreechart/jfreechart/
    </url>
  </scm>
  <organization>
    <name>JFree.org</name>
    <url>http://www.jfree.org/</url>
  </organization>
  <build>
    <plugins>
      <plugin>
        <artifactId>maven-compiler-plugin</artifactId>
        <configuration>
          <source>1.4</source>
          <target>1.4</target>
        </configuration>
      </plugin>
    </plugins>
  </build>
  <dependencies>
    <dependency>
      <groupId>jfree</groupId>
      <artifactId>jfreechart</artifactId>
      <version>1.0.9</version>
    </dependency>
    <dependency>
      <groupId>org.eclipse.swt</groupId>
      <artifactId>org.eclipse.swt.win32.win32.x86</artifactId>
      <version>3.2.1</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
            <version>3.8.2</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>jfree</groupId>
   <artifactId>jfreechart-swt</artifactId>
   <version>1.0.9</version>
</dependency>

Download

If you think the following jfreechart-swt-1.0.9.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download jfreechart-swt-1.0.9.jar file




PreviousNext

Related