Dependency Information

Apache Maven

<dependency>
  <groupId>ch.codeblock.qrinvoice.rest</groupId>
  <artifactId>qrinvoice-rest-model</artifactId>
  <version>1.6</version>
</dependency>

Apache Buildr

'ch.codeblock.qrinvoice.rest:qrinvoice-rest-model:jar:1.6'

Apache Ivy

<dependency org="ch.codeblock.qrinvoice.rest" name="qrinvoice-rest-model" rev="1.6">
  <artifact name="qrinvoice-rest-model" type="jar" />
</dependency>

Groovy Grape

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

Gradle/Grails

compile 'ch.codeblock.qrinvoice.rest:qrinvoice-rest-model:1.6'

Scala SBT

libraryDependencies += "ch.codeblock.qrinvoice.rest" % "qrinvoice-rest-model" % "1.6"

Leiningen

[ch.codeblock.qrinvoice.rest/qrinvoice-rest-model "1.6"]