MVN

org.webjars.bowergithub.mrrio : jspdf

Maven & Gradle

Mar 24, 2021
3 usages
28k stars

jspdf · WebJar for jspdf

<dependency>
    <groupId>org.webjars.bowergithub.mrrio</groupId>
    <artifactId>jspdf</artifactId>
    <version>2.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.bowergithub.mrrio : jspdf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.1

All Versions

Choose a version of org.webjars.bowergithub.mrrio : jspdf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
jspdf-2.3.1
1.4.x
jspdf-1.4.1
CVE-2021-23353
jspdf-1.4.0
CVE-2021-23353
1.3.x
jspdf-1.3.5
CVE-2021-23353
jspdf-1.3.4
CVE-2021-23353

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webjars.bowergithub.mrrio</groupId>
    <artifactId>jspdf</artifactId>
    <version>2.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.bowergithub.mrrio : jspdf gradle dependency to your build.gradle file:

implementation 'org.webjars.bowergithub.mrrio:jspdf:2.3.1'

Gradle Kotlin DSL: Add the following org.webjars.bowergithub.mrrio : jspdf gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.bowergithub.mrrio:jspdf:2.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.bowergithub.mrrio : jspdf sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.bowergithub.mrrio" % "jspdf" % "2.3.1"

Advertisement