cx4j-legacy-service.11.4.9.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 docx4j-legacy-service Show documentation
Show all versions of docx4j-legacy-service Show documentation
Code supporting the no longer available legacy commercial PDF Converter.
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;
}