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

.html.html.2024.3.0.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 2024.11.0
Show newest version
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