All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ff.jqplot4java.10.0.0-M2.source-code.module-info Maven / Gradle / Ivy

Go to download

This project provides a Java library for utilizing JqPlot Pure Javascript (http://www.jqplot.com/).

There is a newer version: 10.3.0
Show newest version
module org.wicketstuff.jqplot4j {
	exports org.wicketstuff.jqplot.lib;
	exports org.wicketstuff.jqplot.lib.axis;
	exports org.wicketstuff.jqplot.lib.chart;
	exports org.wicketstuff.jqplot.lib.data;
	exports org.wicketstuff.jqplot.lib.data.item;
	exports org.wicketstuff.jqplot.lib.elements;
	exports org.wicketstuff.jqplot.lib.metadata;
	exports org.wicketstuff.jqplot.lib.support;

	requires com.github.openjson;
	requires xstream;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy