MVN

com.addc : addc-pdf

Maven & Gradle

Feb 26, 2020
1 usages

addc-pdf · Wrappers and helpers for generating PDF documents using PDFBox

<dependency>
    <groupId>com.addc</groupId>
    <artifactId>addc-pdf</artifactId>
    <version>2.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.addc : addc-pdf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6

All Versions

Choose a version of com.addc : addc-pdf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6
addc-pdf-2.6
2.5.x
addc-pdf-2.5.2
addc-pdf-2.5.1
2.5
addc-pdf-2.5
2.4
addc-pdf-2.4
2.3
addc-pdf-2.3
2.2
addc-pdf-2.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.addc</groupId>
    <artifactId>addc-pdf</artifactId>
    <version>2.6</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.addc:addc-pdf:2.6'

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

implementation("com.addc:addc-pdf:2.6")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.addc" % "addc-pdf" % "2.6"

Advertisement