Dependency Information

Apache Maven

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

Apache Buildr

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

Apache Ivy

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

Groovy Grape

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

Gradle/Grails

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

Scala SBT

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

Leiningen

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