.html.bootstrap.2024.7.1.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bootstrap Show documentation
Show all versions of bootstrap Show documentation
Classes for generating Bootstrap UI.
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;
}