
.html.jstree.2023.4.0.source-code.module-info Maven / Gradle / Ivy
import org.nasdanika.html.jstree.JsTreeFactory;
import org.nasdanika.html.jstree.impl.DefaultJsTreeFactory;
module org.nasdanika.html.jstree {
requires transitive org.nasdanika.html;
exports org.nasdanika.html.jstree;
exports org.nasdanika.html.jstree.impl;
provides JsTreeFactory with DefaultJsTreeFactory;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy