Dependency Information

Apache Maven

<dependency>
  <groupId>ch.codeblock.qrinvoice.rest</groupId>
  <artifactId>qrinvoice-rest</artifactId>
  <version>1.8</version>
  <type>pom</type>
</dependency>

Apache Buildr

'ch.codeblock.qrinvoice.rest:qrinvoice-rest:pom:1.8'

Apache Ivy

<dependency org="ch.codeblock.qrinvoice.rest" name="qrinvoice-rest" rev="1.8">
  <artifact name="qrinvoice-rest" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='ch.codeblock.qrinvoice.rest', module='qrinvoice-rest', version='1.8')
)

Gradle/Grails

compile 'ch.codeblock.qrinvoice.rest:qrinvoice-rest:1.8'

Scala SBT

libraryDependencies += "ch.codeblock.qrinvoice.rest" % "qrinvoice-rest" % "1.8"

Leiningen

[ch.codeblock.qrinvoice.rest/qrinvoice-rest "1.8"]