License |
License |
---|---|
Categories |
CategoriesOpenShift Container PaaS Providers |
GroupId | GroupIdch.codeblock.qrinvoice.rest |
ArtifactId | ArtifactIdqrinvoice-rest-openshift |
Last Version | Last Version1.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionQR Invoice REST API - OpenShift Deployment
A Java based solution that simplifies the creation and processing of Swiss QR Invoices
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
qrinvoice-rest-openshift-1.8.pom | |
qrinvoice-rest-openshift-1.8.jar | 1 KB |
Browse |
<!-- 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"]