is not current version
Last Version 11.4.7

org.docx4j:docx4j-parent 11.2.8

docx4j is a library which helps you to work with the Office Open XML file format as used in docx documents, pptx presentations, and xlsx spreadsheets.

Categories

Categories

docx4j Business Logic Libraries Documents Processing
GroupId

GroupId

org.docx4j
ArtifactId

ArtifactId

docx4j-parent
Version

Version

11.2.8
Type

Type

pom

Download docx4j-parent 11.2.8

Filename Size
docx4j-parent-11.2.8.pom 15 KB
Browse

<!-- https://jarcasting.com/artifacts/org.docx4j/docx4j-parent/ -->
<dependency>
    <groupId>org.docx4j</groupId>
    <artifactId>docx4j-parent</artifactId>
    <version>11.2.8</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.docx4j/docx4j-parent/
implementation 'org.docx4j:docx4j-parent:11.2.8'
// https://jarcasting.com/artifacts/org.docx4j/docx4j-parent/
implementation ("org.docx4j:docx4j-parent:11.2.8")
'org.docx4j:docx4j-parent:pom:11.2.8'
<dependency org="org.docx4j" name="docx4j-parent" rev="11.2.8">
  <artifact name="docx4j-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.docx4j', module='docx4j-parent', version='11.2.8')
)
libraryDependencies += "org.docx4j" % "docx4j-parent" % "11.2.8"
[org.docx4j/docx4j-parent "11.2.8"]