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