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

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

There is a newer version: 2024.10.0
Show newest version
import org.nasdanika.html.bootstrap.BootstrapFactory;
import org.nasdanika.html.bootstrap.impl.DefaultBootstrapFactory;

module org.nasdanika.html.bootstrap {
	
	requires transitive org.nasdanika.html;
	
	exports org.nasdanika.html.bootstrap;
	exports org.nasdanika.html.bootstrap.impl;
	
	provides BootstrapFactory with DefaultBootstrapFactory;
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy