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