MVN

io.github.boessu : qrr-validate

Maven & Gradle

Nov 22, 2022
2 stars

Swiss QR payment slip validate library · Several validations useful for Swiss QR Bill. The only paper based payment slip method left in Switzerland (for local payments) after the fade out of IS nd ISR payment slips since 30th September 2022.

<dependency>
    <groupId>io.github.boessu</groupId>
    <artifactId>qrr-validate</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.boessu : qrr-validate to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of io.github.boessu : qrr-validate to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
qrr-validate-1.0.1

How to add a dependency to Maven

Add the following io.github.boessu : qrr-validate maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.boessu</groupId>
    <artifactId>qrr-validate</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.boessu : qrr-validate gradle dependency to your build.gradle file:

implementation 'io.github.boessu:qrr-validate:1.0.1'

Gradle Kotlin DSL: Add the following io.github.boessu : qrr-validate gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.boessu:qrr-validate:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.boessu : qrr-validate sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.boessu" % "qrr-validate" % "1.0.1"