License |
License |
---|---|
Categories |
CategoriesPDF Data |
GroupId | GroupIdorg.xblackcat.sjpu |
ArtifactId | ArtifactIdsjpu-pdftable |
Last Version | Last Version0.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSJPU PDF Table renderer
PDF Table renderer: allows to render a data set as table in PDF document.
|
Project URL |
Project URL |
Filename | Size |
---|---|
sjpu-pdftable-0.0.3.pom | |
sjpu-pdftable-0.0.3.jar | 36 KB |
sjpu-pdftable-0.0.3-sources.jar | 18 KB |
sjpu-pdftable-0.0.3-javadoc.jar | 98 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.xblackcat.sjpu/sjpu-pdftable/ -->
<dependency>
<groupId>org.xblackcat.sjpu</groupId>
<artifactId>sjpu-pdftable</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.xblackcat.sjpu/sjpu-pdftable/
implementation 'org.xblackcat.sjpu:sjpu-pdftable:0.0.3'
// https://jarcasting.com/artifacts/org.xblackcat.sjpu/sjpu-pdftable/
implementation ("org.xblackcat.sjpu:sjpu-pdftable:0.0.3")
'org.xblackcat.sjpu:sjpu-pdftable:jar:0.0.3'
<dependency org="org.xblackcat.sjpu" name="sjpu-pdftable" rev="0.0.3">
<artifact name="sjpu-pdftable" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xblackcat.sjpu', module='sjpu-pdftable', version='0.0.3')
)
libraryDependencies += "org.xblackcat.sjpu" % "sjpu-pdftable" % "0.0.3"
[org.xblackcat.sjpu/sjpu-pdftable "0.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | [3.4,4.0) |
commons-logging : commons-logging | jar | [1.1,2.0) |
org.apache.pdfbox : pdfbox | jar | [2.0,2.1) |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | [4.12,) |