is not current version
Last Version 1.0.1

com.planbase.pdf:PdfLayoutManager 0.3.2

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

Categories

Categories

PDF Data
GroupId

GroupId

com.planbase.pdf
ArtifactId

ArtifactId

PdfLayoutManager
Version

Version

0.3.2
Type

Type

jar

Download PdfLayoutManager 0.3.2


<!-- https://jarcasting.com/artifacts/com.planbase.pdf/PdfLayoutManager/ -->
<dependency>
    <groupId>com.planbase.pdf</groupId>
    <artifactId>PdfLayoutManager</artifactId>
    <version>0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.planbase.pdf/PdfLayoutManager/
implementation 'com.planbase.pdf:PdfLayoutManager:0.3.2'
// https://jarcasting.com/artifacts/com.planbase.pdf/PdfLayoutManager/
implementation ("com.planbase.pdf:PdfLayoutManager:0.3.2")
'com.planbase.pdf:PdfLayoutManager:jar:0.3.2'
<dependency org="com.planbase.pdf" name="PdfLayoutManager" rev="0.3.2">
  <artifact name="PdfLayoutManager" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.planbase.pdf', module='PdfLayoutManager', version='0.3.2')
)
libraryDependencies += "com.planbase.pdf" % "PdfLayoutManager" % "0.3.2"
[com.planbase.pdf/PdfLayoutManager "0.3.2"]