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

.core.graph-model.2024.8.0.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 2024.9.0
Show newest version
import org.nasdanika.capability.CapabilityFactory;
import org.nasdanika.graph.model.util.GraphEPackageResourceSetCapabilityFactory;

module org.nasdanika.graph.model {
	exports org.nasdanika.graph.model;
	exports org.nasdanika.graph.model.adapters;
	exports org.nasdanika.graph.model.impl;
	exports org.nasdanika.graph.model.util;
	
	requires transitive org.nasdanika.exec;
	
	provides CapabilityFactory with
		GraphEPackageResourceSetCapabilityFactory;
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy