is not current version
Last Version 1.0.1

com.planbase.pdf:PdfLayoutManager 0.3.3

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.3
Type

Type

jar

Download PdfLayoutManager 0.3.3


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