MVN

com.planbase.pdf : PdfLayoutMgr2

Maven & Gradle

Oct 07, 2020
2 stars

PdfLayoutMgr2 · An AGPL page-layout manager for PDFBox with line-breaking, page-breaking, and tables. Uses a box-model for styles.

<dependency>
    <groupId>com.planbase.pdf</groupId>
    <artifactId>PdfLayoutMgr2</artifactId>
    <version>2.4.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.planbase.pdf : PdfLayoutMgr2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.9

All Versions

Choose a version of com.planbase.pdf : PdfLayoutMgr2 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
PdfLayoutMgr2-2.4.9
PdfLayoutMgr2-2.4.8
PdfLayoutMgr2-2.4.3
PdfLayoutMgr2-2.4.2
PdfLayoutMgr2-2.4.1
2.3.x
PdfLayoutMgr2-2.3.3
PdfLayoutMgr2-2.3.2
PdfLayoutMgr2-2.3.1
PdfLayoutMgr2-2.3.0
2.2.x
PdfLayoutMgr2-2.2.2
PdfLayoutMgr2-2.2.1
PdfLayoutMgr2-2.2.0
2.1.x
PdfLayoutMgr2-2.1.11
PdfLayoutMgr2-2.1.10
PdfLayoutMgr2-2.1.9
PdfLayoutMgr2-2.1.8
PdfLayoutMgr2-2.1.7
PdfLayoutMgr2-2.1.6
PdfLayoutMgr2-2.1.5
PdfLayoutMgr2-2.1.4
PdfLayoutMgr2-2.1.3
PdfLayoutMgr2-2.1.2
PdfLayoutMgr2-2.1.1
PdfLayoutMgr2-2.1.0
2.0.x
PdfLayoutMgr2-2.0.10
PdfLayoutMgr2-2.0.9
PdfLayoutMgr2-2.0.6
PdfLayoutMgr2-2.0.5
PdfLayoutMgr2-2.0.4
PdfLayoutMgr2-2.0.3
PdfLayoutMgr2-2.0.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.planbase.pdf</groupId>
    <artifactId>PdfLayoutMgr2</artifactId>
    <version>2.4.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.planbase.pdf : PdfLayoutMgr2 gradle dependency to your build.gradle file:

implementation 'com.planbase.pdf:PdfLayoutMgr2:2.4.9'

Gradle Kotlin DSL: Add the following com.planbase.pdf : PdfLayoutMgr2 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.planbase.pdf:PdfLayoutMgr2:2.4.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.planbase.pdf : PdfLayoutMgr2 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.planbase.pdf" % "PdfLayoutMgr2" % "2.4.9"