MVN

org.fujion.webjars : webjar-jsbarcode

Maven & Gradle

Dec 31, 2021
1 usages

Barcode Generation Library · Supports multiple barcode formats.

<dependency>
    <groupId>org.fujion.webjars</groupId>
    <artifactId>webjar-jsbarcode</artifactId>
    <version>3.11.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.fujion.webjars : webjar-jsbarcode to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.11.5

All Versions

Choose a version of org.fujion.webjars : webjar-jsbarcode to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.11.x
webjar-jsbarcode-3.11.5
webjar-jsbarcode-3.11.4-10
webjar-jsbarcode-3.11.4
webjar-jsbarcode-3.11.3
webjar-jsbarcode-3.11.0-1
webjar-jsbarcode-3.11.0
3.9.x
webjar-jsbarcode-3.9.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.fujion.webjars</groupId>
    <artifactId>webjar-jsbarcode</artifactId>
    <version>3.11.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.fujion.webjars : webjar-jsbarcode gradle dependency to your build.gradle file:

implementation 'org.fujion.webjars:webjar-jsbarcode:3.11.5'

Gradle Kotlin DSL: Add the following org.fujion.webjars : webjar-jsbarcode gradle kotlin dependency to your build.gradle.kts file:

implementation("org.fujion.webjars:webjar-jsbarcode:3.11.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.fujion.webjars : webjar-jsbarcode sbt scala dependency to your build.sbt file:

libraryDependencies += "org.fujion.webjars" % "webjar-jsbarcode" % "3.11.5"

Advertisement