
.html.bootstrap.2024.8.0.source-code.module-info Maven / Gradle / Ivy
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 - 2025 Weber Informatics LLC | Privacy Policy