.html.html.2024.3.0.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 html Show documentation
Show all versions of html Show documentation
Classes for generating HTML UI.
import org.nasdanika.html.HTMLFactory;
import org.nasdanika.html.impl.DefaultHTMLFactory;
module org.nasdanika.html {
requires transitive org.nasdanika.common;
requires org.apache.commons.text;
exports org.nasdanika.html;
exports org.nasdanika.html.impl;
provides HTMLFactory with DefaultHTMLFactory;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy