MVN

ch.codeblock.qrinvoice.pdfbox : qrinvoice-pdfbox

Maven & Gradle

Feb 06, 2023
3 usages

QR Invoice Library - PDFBox · Provides an PDFBox based PDF scanning implementation

<dependency>
    <groupId>ch.codeblock.qrinvoice.pdfbox</groupId>
    <artifactId>qrinvoice-pdfbox</artifactId>
    <version>1.17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.codeblock.qrinvoice.pdfbox : qrinvoice-pdfbox to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.17

All Versions

Choose a version of ch.codeblock.qrinvoice.pdfbox : qrinvoice-pdfbox to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.17
qrinvoice-pdfbox-1.17
1.16
qrinvoice-pdfbox-1.16
1.15
qrinvoice-pdfbox-1.15
1.14
qrinvoice-pdfbox-1.14
1.13
qrinvoice-pdfbox-1.13
1.12
qrinvoice-pdfbox-1.12
1.11
qrinvoice-pdfbox-1.11
1.10
qrinvoice-pdfbox-1.10
1.9
qrinvoice-pdfbox-1.9
1.8
qrinvoice-pdfbox-1.8
1.7
qrinvoice-pdfbox-1.7

How to add a dependency to Maven

Add the following ch.codeblock.qrinvoice.pdfbox : qrinvoice-pdfbox maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ch.codeblock.qrinvoice.pdfbox</groupId>
    <artifactId>qrinvoice-pdfbox</artifactId>
    <version>1.17</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ch.codeblock.qrinvoice.pdfbox : qrinvoice-pdfbox gradle dependency to your build.gradle file:

implementation 'ch.codeblock.qrinvoice.pdfbox:qrinvoice-pdfbox:1.17'

Gradle Kotlin DSL: Add the following ch.codeblock.qrinvoice.pdfbox : qrinvoice-pdfbox gradle kotlin dependency to your build.gradle.kts file:

implementation("ch.codeblock.qrinvoice.pdfbox:qrinvoice-pdfbox:1.17")

How to add a dependency to SBT Scala

SBT Scala: Add the following ch.codeblock.qrinvoice.pdfbox : qrinvoice-pdfbox sbt scala dependency to your build.sbt file:

libraryDependencies += "ch.codeblock.qrinvoice.pdfbox" % "qrinvoice-pdfbox" % "1.17"