![JAR search and dependency download from the Maven repository](/logo.png)
ff.jqplot4java.10.0.0-M2.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jqplot4java Show documentation
Show all versions of jqplot4java Show documentation
This project provides a Java library for utilizing JqPlot Pure Javascript (http://www.jqplot.com/).
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