| Лицензия |
Лицензия |
|---|---|
| Группа | Группаch.codeblock.qrinvoice.rest |
| Идентификатор | Идентификаторqrinvoice-rest |
| Последняя версия | Последняя версия1.14 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеQR Invoice REST API
A Java based solution that simplifies the creation and processing of Swiss QR Invoices
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| qrinvoice-rest-1.14.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/ch.codeblock.qrinvoice.rest/qrinvoice-rest/ -->
<dependency>
<groupId>ch.codeblock.qrinvoice.rest</groupId>
<artifactId>qrinvoice-rest</artifactId>
<version>1.14</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ch.codeblock.qrinvoice.rest/qrinvoice-rest/
implementation 'ch.codeblock.qrinvoice.rest:qrinvoice-rest:1.14'
// https://jarcasting.com/artifacts/ch.codeblock.qrinvoice.rest/qrinvoice-rest/
implementation ("ch.codeblock.qrinvoice.rest:qrinvoice-rest:1.14")
'ch.codeblock.qrinvoice.rest:qrinvoice-rest:pom:1.14'
<dependency org="ch.codeblock.qrinvoice.rest" name="qrinvoice-rest" rev="1.14">
<artifact name="qrinvoice-rest" type="pom" />
</dependency>
@Grapes(
@Grab(group='ch.codeblock.qrinvoice.rest', module='qrinvoice-rest', version='1.14')
)
libraryDependencies += "ch.codeblock.qrinvoice.rest" % "qrinvoice-rest" % "1.14"
[ch.codeblock.qrinvoice.rest/qrinvoice-rest "1.14"]