MVN

org.webjars.bowergithub.mozilla : pdf.js

Maven & Gradle

Sep 06, 2022
46.3k stars

pdf.js · WebJar for pdf.js

<dependency>
    <groupId>org.webjars.bowergithub.mozilla</groupId>
    <artifactId>pdf.js</artifactId>
    <version>2.16.105</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.bowergithub.mozilla : pdf.js to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.16.105

All Versions

Choose a version of org.webjars.bowergithub.mozilla : pdf.js to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.16.x
pdf.js-2.16.105
2.14.x
pdf.js-2.14.305
2.12.x
pdf.js-2.12.313
2.3.x
pdf.js-2.3.200
2.1.x
pdf.js-2.1.266
2.0.x
pdf.js-2.0.550
1.5.x
pdf.js-1.5.188
1.0.x
pdf.js-1.0.1040

How to add a dependency to Maven

Add the following org.webjars.bowergithub.mozilla : pdf.js maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webjars.bowergithub.mozilla</groupId>
    <artifactId>pdf.js</artifactId>
    <version>2.16.105</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.bowergithub.mozilla : pdf.js gradle dependency to your build.gradle file:

implementation 'org.webjars.bowergithub.mozilla:pdf.js:2.16.105'

Gradle Kotlin DSL: Add the following org.webjars.bowergithub.mozilla : pdf.js gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.bowergithub.mozilla:pdf.js:2.16.105")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.bowergithub.mozilla : pdf.js sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.bowergithub.mozilla" % "pdf.js" % "2.16.105"