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

cx4j-legacy-service.11.4.9.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 11.5.0
Show newest version
module org.docx4j.services.legacy {

	requires org.docx4j.core;
	
    requires com.fasterxml.jackson.databind;
    requires transitive com.fasterxml.jackson.core;
    requires transitive org.apache.httpcomponents.httpclient;
    requires transitive org.apache.httpcomponents.httpcore;
	requires org.slf4j;
    
    exports org.docx4j.services.client;
    
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy