docx4j 11.5.4 and docx4j-ImportXHTML 11.5.4 are now available in Maven Central.
11.5.4 adds support for Table of Figures (TOC C switch and SEQ field), and fixes various reported issues (535, 576, 619, 624).
-ImportXHML targets Java 11 (correcting an inadvertent target in 11.5.3)
For instructions on getting docx4j 11.5.4, see https://www.docx4java.org/downloads.html
For ImportXHTML:
<dependency>
<groupId>org.docx4j</groupId>
<artifactId>docx4j-ImportXHTML-core</artifactId>
<version>11.5.4</version>
</dependency>
docx4j-ImportXHTML is also included in the docx4j-community zip distribution, ...