.html.emf.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 emf Show documentation
Show all versions of emf Show documentation
Classes for generating HTML Application UI from Ecore model elements.
module org.nasdanika.html.emf {
requires transitive org.nasdanika.html.model.app;
requires transitive org.nasdanika.emf;
requires transitive org.nasdanika.ncore;
requires org.apache.commons.lang3;
requires org.apache.commons.text;
requires org.apache.commons.codec;
requires org.nasdanika.html.model.bootstrap;
exports org.nasdanika.html.emf;
}