Dependency Information

Apache Maven

<dependency>
  <groupId>ch.codeblock.qrinvoice.rest</groupId>
  <artifactId>qrinvoice-rest-standalone</artifactId>
  <version>1.0</version>
</dependency>

Apache Buildr

'ch.codeblock.qrinvoice.rest:qrinvoice-rest-standalone:jar:1.0'

Apache Ivy

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

Groovy Grape

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

Gradle/Grails

compile 'ch.codeblock.qrinvoice.rest:qrinvoice-rest-standalone:1.0'

Scala SBT

libraryDependencies += "ch.codeblock.qrinvoice.rest" % "qrinvoice-rest-standalone" % "1.0"

Leiningen

[ch.codeblock.qrinvoice.rest/qrinvoice-rest-standalone "1.0"]