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

.html.bootstrap-model.2024.8.0.source-code.module-info Maven / Gradle / Ivy

The newest version!
import org.nasdanika.capability.CapabilityFactory;
import org.nasdanika.html.model.bootstrap.util.BootstrapEPackageResourceSetCapabilityFactory;

module org.nasdanika.html.model.bootstrap {
		
	requires transitive org.nasdanika.html.bootstrap;
	requires transitive org.nasdanika.html.model.html;
	
	exports org.nasdanika.html.model.bootstrap;
	exports org.nasdanika.html.model.bootstrap.impl;
	exports org.nasdanika.html.model.bootstrap.util;
	
	provides CapabilityFactory with BootstrapEPackageResourceSetCapabilityFactory;
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy