MVN

org.bardframework.commons : common-qr

Maven & Gradle

Jul 20, 2022
0 stars
<dependency>
    <groupId>org.bardframework.commons</groupId>
    <artifactId>common-qr</artifactId>
    <version>1.4.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bardframework.commons : common-qr to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.16

All Versions

Choose a version of org.bardframework.commons : common-qr to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
common-qr-1.4.16
1.3.x
common-qr-1.3.26
common-qr-1.3.16
common-qr-1.3.8
common-qr-1.3.7
common-qr-1.3.6
common-qr-1.3.4
1.2.x
common-qr-1.2.28
common-qr-1.2.25
common-qr-1.2.19
common-qr-1.2.17
common-qr-1.2.13
1.1.x
common-qr-1.1.21
common-qr-1.1.16
0.9.x
common-qr-0.9.5
0.5
common-qr-0.5
0.4
common-qr-0.4
0.3.x
common-qr-0.3.3
common-qr-0.3.2
common-qr-0.3.1

How to add a dependency to Maven

Add the following org.bardframework.commons : common-qr maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.bardframework.commons</groupId>
    <artifactId>common-qr</artifactId>
    <version>1.4.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.bardframework.commons : common-qr gradle dependency to your build.gradle file:

implementation 'org.bardframework.commons:common-qr:1.4.16'

Gradle Kotlin DSL: Add the following org.bardframework.commons : common-qr gradle kotlin dependency to your build.gradle.kts file:

implementation("org.bardframework.commons:common-qr:1.4.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.bardframework.commons : common-qr sbt scala dependency to your build.sbt file:

libraryDependencies += "org.bardframework.commons" % "common-qr" % "1.4.16"

Advertisement