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

.rag.model.2024.5.1.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 2024.8.0
Show newest version
import org.nasdanika.capability.CapabilityFactory;
import org.nasdanika.rag.model.util.RagEPackageResourceSetCapabilityFactory;

module org.nasdanika.rag.model {
	exports org.nasdanika.rag.model;
	exports org.nasdanika.rag.model.impl;
	exports org.nasdanika.rag.model.util;
	
	requires transitive org.eclipse.emf.ecore;
	requires transitive org.eclipse.emf.common;
	requires transitive org.nasdanika.ncore;
	
	provides CapabilityFactory with RagEPackageResourceSetCapabilityFactory;
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy