MVN

io.github.bluepaybr : qrcode

Maven & Gradle

Jul 04, 2023

qrcode · The BluePay Android library

<dependency>
    <groupId>io.github.bluepaybr</groupId>
    <artifactId>qrcode</artifactId>
    <version>2.0.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.bluepaybr : qrcode to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.18

All Versions

Choose a version of io.github.bluepaybr : qrcode to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
qrcode-2.0.18
qrcode-2.0.17
qrcode-2.0.16
qrcode-2.0.15
qrcode-2.0.14
qrcode-2.0.13-dev07
qrcode-2.0.13-dev06
qrcode-2.0.13-dev05
qrcode-2.0.13-dev04
qrcode-2.0.13-dev02
qrcode-2.0.13-dev01

How to add a dependency to Maven

Add the following io.github.bluepaybr : qrcode maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.bluepaybr</groupId>
    <artifactId>qrcode</artifactId>
    <version>2.0.18</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.bluepaybr : qrcode gradle dependency to your build.gradle file:

implementation 'io.github.bluepaybr:qrcode:2.0.18'

Gradle Kotlin DSL: Add the following io.github.bluepaybr : qrcode gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.bluepaybr:qrcode:2.0.18")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.bluepaybr : qrcode sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.bluepaybr" % "qrcode" % "2.0.18"