MVN

de.phip1611 : docx4j-search-and-replace-util

Maven & Gradle

Jan 22, 2023
15 stars

Docx4J Search and Replace Util · Docx4JSRUtil library helps you to search and replace text inside docx-Documents parsed by Docx4J.

<dependency>
    <groupId>de.phip1611</groupId>
    <artifactId>docx4j-search-and-replace-util</artifactId>
    <version>1.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.phip1611 : docx4j-search-and-replace-util to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.7

All Versions

Choose a version of de.phip1611 : docx4j-search-and-replace-util to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
docx4j-search-and-replace-util-1.0.7
docx4j-search-and-replace-util-1.0.6
docx4j-search-and-replace-util-1.0.5
docx4j-search-and-replace-util-1.0.3
docx4j-search-and-replace-util-1.0.2
docx4j-search-and-replace-util-1.0.1

How to add a dependency to Maven

Add the following de.phip1611 : docx4j-search-and-replace-util maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.phip1611</groupId>
    <artifactId>docx4j-search-and-replace-util</artifactId>
    <version>1.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.phip1611 : docx4j-search-and-replace-util gradle dependency to your build.gradle file:

implementation 'de.phip1611:docx4j-search-and-replace-util:1.0.7'

Gradle Kotlin DSL: Add the following de.phip1611 : docx4j-search-and-replace-util gradle kotlin dependency to your build.gradle.kts file:

implementation("de.phip1611:docx4j-search-and-replace-util:1.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.phip1611 : docx4j-search-and-replace-util sbt scala dependency to your build.sbt file:

libraryDependencies += "de.phip1611" % "docx4j-search-and-replace-util" % "1.0.7"

Advertisement