Dependency Information

Apache Maven

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

Apache Buildr

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

Apache Ivy

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

Groovy Grape

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

Gradle/Grails

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

Scala SBT

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

Leiningen

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