Jar examples for d:docx4j
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.
You can download jar file docx4j 3.3.0 in this page.
Apache 2
You can use the following script to add docx4j-3.3.0.jar to your project.
<dependency> <groupId>org.docx4j</groupId> <artifactId>docx4j</artifactId> <version>3.3.0</version> </dependency>
compile group: 'org.docx4j', name: 'docx4j', version: '3.3.0'
libraryDependencies += "org.docx4j" % "docx4j" % "3.3.0"
<dependency org="org.docx4j" name="docx4j" rev="3.3.0"/>
@Grapes(@Grab(group='org.docx4j', module='docx4j', version='3.3.0'))
'org.docx4j:docx4j:jar:3.3.0'
Click the following link to download the jar file.
docx4j-3.3.0-javadoc.jar