is not current version
Last Version 1.14

ch.codeblock.qrinvoice.core:qrinvoice-core 1.10

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

1.10
Type

Type

jar

Download qrinvoice-core 1.10


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