| License |
License |
|---|---|
| GroupId | GroupIdch.codeblock.qrinvoice.rest |
| ArtifactId | ArtifactIdqrinvoice-rest |
| Version | Version1.13 |
| Type | Typepom |
| Description |
DescriptionQR Invoice REST API
A Java based solution that simplifies the creation and processing of Swiss QR Invoices
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| qrinvoice-rest-1.13.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ch.codeblock.qrinvoice.rest/qrinvoice-rest/ -->
<dependency>
<groupId>ch.codeblock.qrinvoice.rest</groupId>
<artifactId>qrinvoice-rest</artifactId>
<version>1.13</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ch.codeblock.qrinvoice.rest/qrinvoice-rest/
implementation 'ch.codeblock.qrinvoice.rest:qrinvoice-rest:1.13'
// https://jarcasting.com/artifacts/ch.codeblock.qrinvoice.rest/qrinvoice-rest/
implementation ("ch.codeblock.qrinvoice.rest:qrinvoice-rest:1.13")
'ch.codeblock.qrinvoice.rest:qrinvoice-rest:pom:1.13'
<dependency org="ch.codeblock.qrinvoice.rest" name="qrinvoice-rest" rev="1.13">
<artifact name="qrinvoice-rest" type="pom" />
</dependency>
@Grapes(
@Grab(group='ch.codeblock.qrinvoice.rest', module='qrinvoice-rest', version='1.13')
)
libraryDependencies += "ch.codeblock.qrinvoice.rest" % "qrinvoice-rest" % "1.13"
[ch.codeblock.qrinvoice.rest/qrinvoice-rest "1.13"]