is not current version
Last Version 11.4.7

org.docx4j:docx4j-parent 8.1.7

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

8.1.7
Type

Type

pom

Download docx4j-parent 8.1.7

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

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