is not current version
Last Version 1.14

ch.codeblock.qrinvoice.core:qrinvoice-core 0.8

Core module contains the model, Swiss QR Code creator but does not contain a specific PDF library dependency

GroupId

GroupId

ch.codeblock.qrinvoice.core
ArtifactId

ArtifactId

qrinvoice-core
Version

Version

0.8
Type

Type

jar

Download qrinvoice-core 0.8


<!-- https://jarcasting.com/artifacts/ch.codeblock.qrinvoice.core/qrinvoice-core/ -->
<dependency>
    <groupId>ch.codeblock.qrinvoice.core</groupId>
    <artifactId>qrinvoice-core</artifactId>
    <version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/ch.codeblock.qrinvoice.core/qrinvoice-core/
implementation 'ch.codeblock.qrinvoice.core:qrinvoice-core:0.8'
// https://jarcasting.com/artifacts/ch.codeblock.qrinvoice.core/qrinvoice-core/
implementation ("ch.codeblock.qrinvoice.core:qrinvoice-core:0.8")
'ch.codeblock.qrinvoice.core:qrinvoice-core:jar:0.8'
<dependency org="ch.codeblock.qrinvoice.core" name="qrinvoice-core" rev="0.8">
  <artifact name="qrinvoice-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.codeblock.qrinvoice.core', module='qrinvoice-core', version='0.8')
)
libraryDependencies += "ch.codeblock.qrinvoice.core" % "qrinvoice-core" % "0.8"
[ch.codeblock.qrinvoice.core/qrinvoice-core "0.8"]