MVN

com.github.cafdataprocessing : composite-document

Maven & Gradle

Dec 01, 2017
0 stars
<dependency>
    <groupId>com.github.cafdataprocessing</groupId>
    <artifactId>composite-document</artifactId>
    <version>1.5.0-84</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.cafdataprocessing : composite-document to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.0-84

All Versions

Choose a version of com.github.cafdataprocessing : composite-document to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
composite-document-1.5.0-84
1.4.x
composite-document-1.4.0-60
1.3.x
composite-document-1.3.0-48
1.2.x
composite-document-1.2.0-43

How to add a dependency to Maven

Add the following com.github.cafdataprocessing : composite-document maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.cafdataprocessing</groupId>
    <artifactId>composite-document</artifactId>
    <version>1.5.0-84</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.cafdataprocessing : composite-document gradle dependency to your build.gradle file:

implementation 'com.github.cafdataprocessing:composite-document:1.5.0-84'

Gradle Kotlin DSL: Add the following com.github.cafdataprocessing : composite-document gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.cafdataprocessing:composite-document:1.5.0-84")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.cafdataprocessing : composite-document sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.cafdataprocessing" % "composite-document" % "1.5.0-84"