MVN

org.webjars.npm : html5-qrcode

Maven & Gradle

May 30, 2023
4.5k stars

html5-qrcode · WebJar for html5-qrcode

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>html5-qrcode</artifactId>
    <version>2.3.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.npm : html5-qrcode to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.8

All Versions

Choose a version of org.webjars.npm : html5-qrcode to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
html5-qrcode-2.3.8
html5-qrcode-2.3.4
2.2.x
html5-qrcode-2.2.1
2.1.x
html5-qrcode-2.1.3
2.0.x
html5-qrcode-2.0.12
html5-qrcode-2.0.11
html5-qrcode-2.0.10
html5-qrcode-2.0.9
html5-qrcode-2.0.8
html5-qrcode-2.0.2
1.2.x
html5-qrcode-1.2.4
1.1.x
html5-qrcode-1.1.5

How to add a dependency to Maven

Add the following org.webjars.npm : html5-qrcode maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>html5-qrcode</artifactId>
    <version>2.3.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.npm : html5-qrcode gradle dependency to your build.gradle file:

implementation 'org.webjars.npm:html5-qrcode:2.3.8'

Gradle Kotlin DSL: Add the following org.webjars.npm : html5-qrcode gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.npm:html5-qrcode:2.3.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.npm : html5-qrcode sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.npm" % "html5-qrcode" % "2.3.8"

Advertisement