is not current version
Last Version 1.0.1

com.planbase.pdf:PdfLayoutManager 1.0.0

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

1.0.0
Type

Type

jar

Download PdfLayoutManager 1.0.0


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