.models.echarts.graph.2024.8.0.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 graph Show documentation
Show all versions of graph Show documentation
Facilitates generation of ECharts graph datasets
The newest version!
import org.nasdanika.capability.CapabilityFactory;
import org.nasdanika.models.echarts.graph.util.GraphEPackageResourceSetCapabilityFactory;
module org.nasdanika.models.echarts.graph {
exports org.nasdanika.models.echarts.graph;
exports org.nasdanika.models.echarts.graph.impl;
exports org.nasdanika.models.echarts.graph.util;
requires transitive org.eclipse.emf.ecore;
requires transitive org.eclipse.emf.common;
requires transitive echarts.java;
requires transitive org.nasdanika.ncore;
requires org.jgrapht.core;
provides CapabilityFactory with GraphEPackageResourceSetCapabilityFactory;
}