framework.colesico-htmlrenderer.3.1.2.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 colesico-htmlrenderer Show documentation
Show all versions of colesico-htmlrenderer Show documentation
Colesico framework HTML templating common API
module colesico.framework.htmlrenderer {
requires transitive colesico.framework.weblet;
requires transitive colesico.framework.validation;
requires org.slf4j;
requires org.apache.commons.lang3;
// API
exports colesico.framework.htmlrenderer;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy