Dependency Information

Apache Maven

<dependency>
  <groupId>ch.codeblock.qrinvoice.core</groupId>
  <artifactId>qrinvoice-core</artifactId>
  <version>1.11</version>
</dependency>

Apache Buildr

'ch.codeblock.qrinvoice.core:qrinvoice-core:jar:1.11'

Apache Ivy

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

Groovy Grape

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

Gradle/Grails

compile 'ch.codeblock.qrinvoice.core:qrinvoice-core:1.11'

Scala SBT

libraryDependencies += "ch.codeblock.qrinvoice.core" % "qrinvoice-core" % "1.11"

Leiningen

[ch.codeblock.qrinvoice.core/qrinvoice-core "1.11"]