GroupId | GroupIdch.codeblock.qrinvoice.rest |
---|---|
ArtifactId | ArtifactIdqrinvoice-rest-standalone |
Version | Version1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/ch.codeblock.qrinvoice.rest/qrinvoice-rest-standalone/ -->
<dependency>
<groupId>ch.codeblock.qrinvoice.rest</groupId>
<artifactId>qrinvoice-rest-standalone</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/ch.codeblock.qrinvoice.rest/qrinvoice-rest-standalone/
implementation 'ch.codeblock.qrinvoice.rest:qrinvoice-rest-standalone:1.2'
// https://jarcasting.com/artifacts/ch.codeblock.qrinvoice.rest/qrinvoice-rest-standalone/
implementation ("ch.codeblock.qrinvoice.rest:qrinvoice-rest-standalone:1.2")
'ch.codeblock.qrinvoice.rest:qrinvoice-rest-standalone:jar:1.2'
<dependency org="ch.codeblock.qrinvoice.rest" name="qrinvoice-rest-standalone" rev="1.2">
<artifact name="qrinvoice-rest-standalone" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.codeblock.qrinvoice.rest', module='qrinvoice-rest-standalone', version='1.2')
)
libraryDependencies += "ch.codeblock.qrinvoice.rest" % "qrinvoice-rest-standalone" % "1.2"
[ch.codeblock.qrinvoice.rest/qrinvoice-rest-standalone "1.2"]