Categories |
CategoriesPDF Data |
---|---|
GroupId | GroupIdio.woo |
ArtifactId | ArtifactIdhtmltopdf |
Version | Version1.0.5 |
Type | Typejar |
Filename | Size |
---|---|
htmltopdf-1.0.5.pom | |
htmltopdf-1.0.5.jar | 81 MB |
htmltopdf-1.0.5-sources.jar | 81 MB |
htmltopdf-1.0.5-javadoc.jar | 71 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.woo/htmltopdf/ -->
<dependency>
<groupId>io.woo</groupId>
<artifactId>htmltopdf</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.woo/htmltopdf/
implementation 'io.woo:htmltopdf:1.0.5'
// https://jarcasting.com/artifacts/io.woo/htmltopdf/
implementation ("io.woo:htmltopdf:1.0.5")
'io.woo:htmltopdf:jar:1.0.5'
<dependency org="io.woo" name="htmltopdf" rev="1.0.5">
<artifact name="htmltopdf" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.woo', module='htmltopdf', version='1.0.5')
)
libraryDependencies += "io.woo" % "htmltopdf" % "1.0.5"
[io.woo/htmltopdf "1.0.5"]