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