MVN

com.documents4j : documents4j-aggregation

Maven & Gradle

Jun 06, 2023
479 stars
<dependency>
    <groupId>com.documents4j</groupId>
    <artifactId>documents4j-aggregation</artifactId>
    <version>1.1.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.documents4j : documents4j-aggregation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.12

All Versions

Choose a version of com.documents4j : documents4j-aggregation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
documents4j-aggregation-1.1.12
documents4j-aggregation-1.1.11
documents4j-aggregation-1.1.10
documents4j-aggregation-1.1.9
documents4j-aggregation-1.1.8
documents4j-aggregation-1.1.7
documents4j-aggregation-1.1.6
documents4j-aggregation-1.1.5
documents4j-aggregation-1.1.4
documents4j-aggregation-1.1.3
documents4j-aggregation-1.1.2
documents4j-aggregation-1.1.1
documents4j-aggregation-1.1.0
1.0.x
documents4j-aggregation-1.0.3
documents4j-aggregation-1.0.2
documents4j-aggregation-1.0.1
documents4j-aggregation-1.0.0

How to add a dependency to Maven

Add the following com.documents4j : documents4j-aggregation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.documents4j</groupId>
    <artifactId>documents4j-aggregation</artifactId>
    <version>1.1.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.documents4j : documents4j-aggregation gradle dependency to your build.gradle file:

implementation 'com.documents4j:documents4j-aggregation:1.1.12'

Gradle Kotlin DSL: Add the following com.documents4j : documents4j-aggregation gradle kotlin dependency to your build.gradle.kts file:

implementation("com.documents4j:documents4j-aggregation:1.1.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.documents4j : documents4j-aggregation sbt scala dependency to your build.sbt file:

libraryDependencies += "com.documents4j" % "documents4j-aggregation" % "1.1.12"