MVN

ch.codeblock.qrinvoice.tests : qrinvoice-tests-performance

Maven & Gradle

Feb 06, 2023

QR Invoice Library - Performance Tests

<dependency>
    <groupId>ch.codeblock.qrinvoice.tests</groupId>
    <artifactId>qrinvoice-tests-performance</artifactId>
    <version>1.17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.codeblock.qrinvoice.tests : qrinvoice-tests-performance to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.17

All Versions

Choose a version of ch.codeblock.qrinvoice.tests : qrinvoice-tests-performance to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.17
qrinvoice-tests-performance-1.17
1.16
qrinvoice-tests-performance-1.16
1.15
qrinvoice-tests-performance-1.15
1.14
qrinvoice-tests-performance-1.14
1.13
qrinvoice-tests-performance-1.13
1.12
qrinvoice-tests-performance-1.12
1.11
qrinvoice-tests-performance-1.11
1.10
qrinvoice-tests-performance-1.10
1.9
qrinvoice-tests-performance-1.9
1.8
qrinvoice-tests-performance-1.8
1.7
qrinvoice-tests-performance-1.7
1.6
qrinvoice-tests-performance-1.6
1.5
qrinvoice-tests-performance-1.5
1.4
qrinvoice-tests-performance-1.4
1.3
qrinvoice-tests-performance-1.3
1.2
qrinvoice-tests-performance-1.2
1.1
qrinvoice-tests-performance-1.1
1.0
qrinvoice-tests-performance-1.0
0.9
qrinvoice-tests-performance-0.9
0.8
qrinvoice-tests-performance-0.8
0.7
qrinvoice-tests-performance-0.7

How to add a dependency to Maven

Add the following ch.codeblock.qrinvoice.tests : qrinvoice-tests-performance maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

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

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ch.codeblock.qrinvoice.tests : qrinvoice-tests-performance gradle dependency to your build.gradle file:

implementation 'ch.codeblock.qrinvoice.tests:qrinvoice-tests-performance:1.17'

Gradle Kotlin DSL: Add the following ch.codeblock.qrinvoice.tests : qrinvoice-tests-performance gradle kotlin dependency to your build.gradle.kts file:

implementation("ch.codeblock.qrinvoice.tests:qrinvoice-tests-performance:1.17")

How to add a dependency to SBT Scala

SBT Scala: Add the following ch.codeblock.qrinvoice.tests : qrinvoice-tests-performance sbt scala dependency to your build.sbt file:

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