All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.html.jstree.2024.10.0.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 2024.8.0
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy