is not current version
Last Version 11.4.7

org.docx4j:docx4j-core 8.1.1

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-core
Version

Version

8.1.1
Type

Type

jar

Download docx4j-core 8.1.1


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