MVN

maven : maven-pdf-plugin

Maven & Gradle

Mar 28, 2007

Maven PDF Plug-in · PDF Documentation generator

<dependency>
    <groupId>maven</groupId>
    <artifactId>maven-pdf-plugin</artifactId>
    <version>2.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of maven : maven-pdf-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.1

All Versions

Choose a version of maven : maven-pdf-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
maven-pdf-plugin-2.5.1
2.5
maven-pdf-plugin-2.5
2.4
maven-pdf-plugin-2.4
2.3
maven-pdf-plugin-2.3
2.2.x
maven-pdf-plugin-2.2.1
2.2
maven-pdf-plugin-2.2
2.1
maven-pdf-plugin-2.1
2.0
maven-pdf-plugin-2.0
1.0
maven-pdf-plugin-1.0

How to add a dependency to Maven

Add the following maven : maven-pdf-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>maven</groupId>
    <artifactId>maven-pdf-plugin</artifactId>
    <version>2.5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following maven : maven-pdf-plugin gradle dependency to your build.gradle file:

implementation 'maven:maven-pdf-plugin:2.5.1'

Gradle Kotlin DSL: Add the following maven : maven-pdf-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("maven:maven-pdf-plugin:2.5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following maven : maven-pdf-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "maven" % "maven-pdf-plugin" % "2.5.1"

Advertisement