MVN

ch.codeblock.qrinvoice.bulk : qrinvoice-bulk

Maven & Gradle

Feb 06, 2023
2 usages

QR Invoice Library - Bulk · Module which allows bulk creation of payment part and receipts

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

Latest Version

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

  • Latest Stable: 1.17

All Versions

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

Version Vulnerabilities Updated
1.17
qrinvoice-bulk-1.17
1.16
qrinvoice-bulk-1.16
1.15
qrinvoice-bulk-1.15
1.14
qrinvoice-bulk-1.14
1.13
qrinvoice-bulk-1.13
1.12
qrinvoice-bulk-1.12
1.11
qrinvoice-bulk-1.11

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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