is not current version
Last Version 1.14

ch.codeblock.qrinvoice.core:qrinvoice-core 1.5

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.5
Type

Type

jar

Download qrinvoice-core 1.5


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