Dependency Information

Apache Maven

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

Apache Buildr

'ch.codeblock.qrinvoice.tests:qrinvoice-tests-performance:jar:1.6'

Apache Ivy

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

Groovy Grape

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

Gradle/Grails

compile 'ch.codeblock.qrinvoice.tests:qrinvoice-tests-performance:1.6'

Scala SBT

libraryDependencies += "ch.codeblock.qrinvoice.tests" % "qrinvoice-tests-performance" % "1.6"

Leiningen

[ch.codeblock.qrinvoice.tests/qrinvoice-tests-performance "1.6"]