d

docx4j-core

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.
http://www.docx4java.org/docx4j-core/
Apache 2
Jason Harrop
Files download
File Operation
docx4j-core-11.4.10.jar download
docx4j-core-11.4.10.pom download
docx4j-core-11.4.10-sources.jar download
Apache Maven
<dependency>
  <groupId>org.docx4j</groupId>
  <artifactId>docx4j-core</artifactId>
  <version>11.4.10</version>
</dependency>
Gradle Groovy
implementation 'org.docx4j:docx4j-core:11.4.10'
Gradle Kotlin
implementation("org.docx4j:docx4j-core:11.4.10")
Scala SBT
libraryDependencies += "org.docx4j" % "docx4j-core" % "11.4.10"
Groovy Grape
@Grapes(
  @Grab(group='org.docx4j', module='docx4j-core', version='11.4.10')
)
Apache Ivy
<dependency org="org.docx4j" name="docx4j-core" rev="11.4.10" />
Leiningen
[org.docx4j/docx4j-core "11.4.10"]
Apache Buildr
'org.docx4j:docx4j-core:jar:11.4.10'