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