MVN

ch.codeblock.qrinvoice.tests : qrinvoice-tests-resources

Maven & Gradle

Feb 06, 2023
5 usages

QR Invoice Library - Test Resources · Module contains test resources

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

Latest Version

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

  • Latest Stable: 1.17

All Versions

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

Version Vulnerabilities Updated
1.17
qrinvoice-tests-resources-1.17
1.16
qrinvoice-tests-resources-1.16
1.15
qrinvoice-tests-resources-1.15
1.14
qrinvoice-tests-resources-1.14
1.13
qrinvoice-tests-resources-1.13
1.12
qrinvoice-tests-resources-1.12
1.11
qrinvoice-tests-resources-1.11
1.10
qrinvoice-tests-resources-1.10
1.9
qrinvoice-tests-resources-1.9
1.8
qrinvoice-tests-resources-1.8
1.7
qrinvoice-tests-resources-1.7

How to add a dependency to Maven

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

<dependency>
    <groupId>ch.codeblock.qrinvoice.tests</groupId>
    <artifactId>qrinvoice-tests-resources</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-resources gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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