Dependency Information

Apache Maven

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

Apache Buildr

'ch.codeblock.qrinvoice:qrinvoice-license:jar:1.6'

Apache Ivy

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

Groovy Grape

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

Gradle/Grails

compile 'ch.codeblock.qrinvoice:qrinvoice-license:1.6'

Scala SBT

libraryDependencies += "ch.codeblock.qrinvoice" % "qrinvoice-license" % "1.6"

Leiningen

[ch.codeblock.qrinvoice/qrinvoice-license "1.6"]