License |
License |
---|---|
GroupId | GroupIdch.codeblock.qrinvoice.core |
ArtifactId | ArtifactIdqrinvoice-core |
Last Version | Last Version1.14 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionQR Invoice Library - Core
Core module contains the model, Swiss QR Code creator but does not contain a specific PDF library dependency
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
qrinvoice-core-1.14.pom | |
qrinvoice-core-1.14.jar | 670 KB |
qrinvoice-core-1.14-sources.jar | 931 KB |
qrinvoice-core-1.14-javadoc.jar | 895 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.codeblock.qrinvoice.core/qrinvoice-core/ -->
<dependency>
<groupId>ch.codeblock.qrinvoice.core</groupId>
<artifactId>qrinvoice-core</artifactId>
<version>1.14</version>
</dependency>
// https://jarcasting.com/artifacts/ch.codeblock.qrinvoice.core/qrinvoice-core/
implementation 'ch.codeblock.qrinvoice.core:qrinvoice-core:1.14'
// https://jarcasting.com/artifacts/ch.codeblock.qrinvoice.core/qrinvoice-core/
implementation ("ch.codeblock.qrinvoice.core:qrinvoice-core:1.14")
'ch.codeblock.qrinvoice.core:qrinvoice-core:jar:1.14'
<dependency org="ch.codeblock.qrinvoice.core" name="qrinvoice-core" rev="1.14">
<artifact name="qrinvoice-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.codeblock.qrinvoice.core', module='qrinvoice-core', version='1.14')
)
libraryDependencies += "ch.codeblock.qrinvoice.core" % "qrinvoice-core" % "1.14"
[ch.codeblock.qrinvoice.core/qrinvoice-core "1.14"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.33 |
com.google.zxing : core | jar | 3.4.1 |
com.google.zxing : javase | jar | 3.4.1 |
Group / Artifact | Type | Version |
---|---|---|
ch.codeblock.qrinvoice.tests : qrinvoice-tests-resources | jar | 1.14 |
junit : junit | jar | 4.13.2 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.17.1 |
commons-io : commons-io | jar | 2.11.0 |