Download xchart-2.3.0.jar file

Introduction

You can download xchart-2.3.0.jar in this page.

License

Open Source

Type List

xchart-2.3.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.xeiam.xchart/xchart/pom.properties
META-INF/maven/com.xeiam.xchart/xchart/pom.xml
com.xeiam.xchart.BitmapEncoder.class
com.xeiam.xchart.CSVExporter.class
com.xeiam.xchart.CSVImporter.class
com.xeiam.xchart.Chart.class
com.xeiam.xchart.ChartBuilder.class
com.xeiam.xchart.ChartColor.class
com.xeiam.xchart.QuickChart.class
com.xeiam.xchart.Series.class
com.xeiam.xchart.SeriesColor.class
com.xeiam.xchart.SeriesLineStyle.class
com.xeiam.xchart.SeriesMarker.class
com.xeiam.xchart.StyleManager.class
com.xeiam.xchart.SwingWrapper.class
com.xeiam.xchart.XChartPanel.class
com.xeiam.xchart.internal.Utils.class
com.xeiam.xchart.internal.chartpart.Axis.class
com.xeiam.xchart.internal.chartpart.AxisPair.class
com.xeiam.xchart.internal.chartpart.AxisTick.class
com.xeiam.xchart.internal.chartpart.AxisTickBarChartCalculator.class
com.xeiam.xchart.internal.chartpart.AxisTickCalculator.class
com.xeiam.xchart.internal.chartpart.AxisTickDateCalculator.class
com.xeiam.xchart.internal.chartpart.AxisTickLabels.class
com.xeiam.xchart.internal.chartpart.AxisTickLogarithmicCalculator.class
com.xeiam.xchart.internal.chartpart.AxisTickMarks.class
com.xeiam.xchart.internal.chartpart.AxisTickNumericalCalculator.class
com.xeiam.xchart.internal.chartpart.AxisTitle.class
com.xeiam.xchart.internal.chartpart.ChartPainter.class
com.xeiam.xchart.internal.chartpart.ChartPart.class
com.xeiam.xchart.internal.chartpart.ChartTitle.class
com.xeiam.xchart.internal.chartpart.DateFormatter.class
com.xeiam.xchart.internal.chartpart.Legend.class
com.xeiam.xchart.internal.chartpart.NumberFormatter.class
com.xeiam.xchart.internal.chartpart.Plot.class
com.xeiam.xchart.internal.chartpart.PlotContent.class
com.xeiam.xchart.internal.chartpart.PlotContentBarChart.class
com.xeiam.xchart.internal.chartpart.PlotContentLineChart.class
com.xeiam.xchart.internal.chartpart.PlotSurface.class
com.xeiam.xchart.internal.markers.Circle.class
com.xeiam.xchart.internal.markers.Diamond.class
com.xeiam.xchart.internal.markers.Marker.class
com.xeiam.xchart.internal.markers.Square.class
com.xeiam.xchart.internal.markers.TriangleDown.class
com.xeiam.xchart.internal.markers.TriangleUp.class
com.xeiam.xchart.internal.style.GGPlot2Theme.class
com.xeiam.xchart.internal.style.MatlabTheme.class
com.xeiam.xchart.internal.style.SeriesColorMarkerLineStyle.class
com.xeiam.xchart.internal.style.SeriesColorMarkerLineStyleCycler.class
com.xeiam.xchart.internal.style.Theme.class
com.xeiam.xchart.internal.style.XChartTheme.class

Pom

xchart-2.3.0.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/xsd/maven-4.0.0.xsd">

	<modelVersion>4.0.0</modelVersion>
	
	<parent>
		<groupId>com.xeiam.xchart</groupId>
		<artifactId>xchart-parent</artifactId>
		<version>2.3.0</version>
	</parent>

	<artifactId>xchart</artifactId>

	<name>XChart</name>
	<description>The core XChart library</description>

</project>

POM Entry

<dependency>
   <groupId>com.xeiam.xchart</groupId>
   <artifactId>xchart</artifactId>
   <version>2.3.0</version>
</dependency>

Download

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



Download xchart-2.3.0.jar file




PreviousNext

Related