is not current version
Last Version 0.5.3

io.github.alanhay:html-exporter 0.5.0

Library to Export HTML to Various Formats (XLSX, ODS, PDF, DOCX etc)

GroupId

GroupId

io.github.alanhay
ArtifactId

ArtifactId

html-exporter
Version

Version

0.5.0
Type

Type

jar

Download html-exporter 0.5.0


<!-- https://jarcasting.com/artifacts/io.github.alanhay/html-exporter/ -->
<dependency>
    <groupId>io.github.alanhay</groupId>
    <artifactId>html-exporter</artifactId>
    <version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.alanhay/html-exporter/
implementation 'io.github.alanhay:html-exporter:0.5.0'
// https://jarcasting.com/artifacts/io.github.alanhay/html-exporter/
implementation ("io.github.alanhay:html-exporter:0.5.0")
'io.github.alanhay:html-exporter:jar:0.5.0'
<dependency org="io.github.alanhay" name="html-exporter" rev="0.5.0">
  <artifact name="html-exporter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.alanhay', module='html-exporter', version='0.5.0')
)
libraryDependencies += "io.github.alanhay" % "html-exporter" % "0.5.0"
[io.github.alanhay/html-exporter "0.5.0"]