MVN

com.planbase.pdf : PdfLayoutManager

Maven & Gradle

Oct 07, 2020
1 usages
42 stars

PdfLayoutManager · A page-layout manager for PDFBox to do things like line-breaking, page-breaking, and tables. Uses a box-model for styles.

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

Latest Version

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

  • Latest Stable: 1.0.1
  • Latest Alpha: 0.6.3-ALPHA

All Versions

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

Version Vulnerabilities Updated
1.0.x
PdfLayoutManager-1.0.1
PdfLayoutManager-1.0.0
0.6.x
PdfLayoutManager-0.6.3-ALPHA
PdfLayoutManager-0.6.2-ALPHA
PdfLayoutManager-0.6.1-ALPHA
PdfLayoutManager-0.6.0-ALPHA
0.5.x
PdfLayoutManager-0.5.4
PdfLayoutManager-0.5.3
PdfLayoutManager-0.5.2
PdfLayoutManager-0.5.1
PdfLayoutManager-0.5.0
0.4.x
PdfLayoutManager-0.4.0
0.3.x
PdfLayoutManager-0.3.3
PdfLayoutManager-0.3.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.planbase.pdf</groupId>
    <artifactId>PdfLayoutManager</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.planbase.pdf:PdfLayoutManager:1.0.1'

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

implementation("com.planbase.pdf:PdfLayoutManager:1.0.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.planbase.pdf" % "PdfLayoutManager" % "1.0.1"

Advertisement