MVN

org.webjars.bowergithub.bpampuch : pdfmake

Maven & Gradle

Jul 26, 2021
11.1k stars

pdfmake · WebJar for pdfmake

<dependency>
    <groupId>org.webjars.bowergithub.bpampuch</groupId>
    <artifactId>pdfmake</artifactId>
    <version>0.1.72</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.1.72

All Versions

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

Version Vulnerabilities Updated
0.1.x
pdfmake-0.1.72
pdfmake-0.1.65
pdfmake-0.1.63
pdfmake-0.1.62
pdfmake-0.1.60
pdfmake-0.1.36

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webjars.bowergithub.bpampuch</groupId>
    <artifactId>pdfmake</artifactId>
    <version>0.1.72</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.webjars.bowergithub.bpampuch:pdfmake:0.1.72'

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

implementation("org.webjars.bowergithub.bpampuch:pdfmake:0.1.72")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.webjars.bowergithub.bpampuch" % "pdfmake" % "0.1.72"

Advertisement