License |
License |
---|---|
Categories |
CategoriesAnt Build Tools PDF Data |
GroupId | GroupIdorg.kantega.htmltopdf |
ArtifactId | ArtifactIdhtmltopdf |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHTML to PDF
A tiny utility for generating PDF from HTML.
|
Filename | Size |
---|---|
htmltopdf-1.1.pom | |
htmltopdf-1.1.jar | 11 KB |
htmltopdf-1.1-sources.jar | 6 KB |
htmltopdf-1.1-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kantega.htmltopdf/htmltopdf/ -->
<dependency>
<groupId>org.kantega.htmltopdf</groupId>
<artifactId>htmltopdf</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.kantega.htmltopdf/htmltopdf/
implementation 'org.kantega.htmltopdf:htmltopdf:1.1'
// https://jarcasting.com/artifacts/org.kantega.htmltopdf/htmltopdf/
implementation ("org.kantega.htmltopdf:htmltopdf:1.1")
'org.kantega.htmltopdf:htmltopdf:jar:1.1'
<dependency org="org.kantega.htmltopdf" name="htmltopdf" rev="1.1">
<artifact name="htmltopdf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kantega.htmltopdf', module='htmltopdf', version='1.1')
)
libraryDependencies += "org.kantega.htmltopdf" % "htmltopdf" % "1.1"
[org.kantega.htmltopdf/htmltopdf "1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.xhtmlrenderer : flying-saucer-pdf | jar | 9.0.2 |
net.sf.jtidy : jtidy | jar | r938 |
org.slf4j : slf4j-api | jar | 1.7.2 |