q

qrinvoice-openpdf

Provides an OpenPDF specific payment part receipt writer
GNU Affero General Public License v3
Files download
File Operation
qrinvoice-openpdf-1.19.jar download
qrinvoice-openpdf-1.19.pom download
qrinvoice-openpdf-1.19-sources.jar download
Apache Maven
<dependency>
  <groupId>ch.codeblock.qrinvoice.openpdf</groupId>
  <artifactId>qrinvoice-openpdf</artifactId>
  <version>1.19</version>
</dependency>
Gradle Groovy
implementation 'ch.codeblock.qrinvoice.openpdf:qrinvoice-openpdf:1.19'
Gradle Kotlin
implementation("ch.codeblock.qrinvoice.openpdf:qrinvoice-openpdf:1.19")
Scala SBT
libraryDependencies += "ch.codeblock.qrinvoice.openpdf" % "qrinvoice-openpdf" % "1.19"
Groovy Grape
@Grapes(
  @Grab(group='ch.codeblock.qrinvoice.openpdf', module='qrinvoice-openpdf', version='1.19')
)
Apache Ivy
<dependency org="ch.codeblock.qrinvoice.openpdf" name="qrinvoice-openpdf" rev="1.19" />
Leiningen
[ch.codeblock.qrinvoice.openpdf/qrinvoice-openpdf "1.19"]
Apache Buildr
'ch.codeblock.qrinvoice.openpdf:qrinvoice-openpdf:jar:1.19'