is not current version
Last Version 1.0.1

com.planbase.pdf:PdfLayoutManager 0.6.1-ALPHA

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.6.1-ALPHA
Type

Type

jar

Download PdfLayoutManager 0.6.1-ALPHA


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