is not current version
Last Version 1.14

ch.codeblock.qrinvoice.core:qrinvoice-core 1.3

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

Type

jar

Download qrinvoice-core 1.3


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