Dependency Information
Apache Maven
<dependency> <groupId>ch.codeblock.qrinvoice.core</groupId> <artifactId>qrinvoice-core</artifactId> <version>1.21</version> </dependency>
Apache Ivy
<dependency org="ch.codeblock.qrinvoice.core" name="qrinvoice-core" rev="1.21"> <artifact name="qrinvoice-core" type="jar" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='ch.codeblock.qrinvoice.core', module='qrinvoice-core', version='1.21') )
Gradle/Grails
implementation 'ch.codeblock.qrinvoice.core:qrinvoice-core:1.21'
Scala SBT
libraryDependencies += "ch.codeblock.qrinvoice.core" % "qrinvoice-core" % "1.21"
Leiningen
[ch.codeblock.qrinvoice.core/qrinvoice-core "1.21"]