License |
License |
---|---|
GroupId | GroupIdio.github.alanhay |
ArtifactId | ArtifactIdhtml-exporter |
Last Version | Last Version0.5.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionhtml-exporter
Library to Export HTML to Various Formats (XLSX, ODS, PDF, DOCX etc)
|
Project URL |
Project URL |
Filename | Size |
---|---|
html-exporter-0.5.3.pom | |
html-exporter-0.5.3.jar | 77 KB |
html-exporter-0.5.3-sources.jar | 63 KB |
html-exporter-0.5.3-javadoc.jar | 697 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.alanhay/html-exporter/ -->
<dependency>
<groupId>io.github.alanhay</groupId>
<artifactId>html-exporter</artifactId>
<version>0.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.alanhay/html-exporter/
implementation 'io.github.alanhay:html-exporter:0.5.3'
// https://jarcasting.com/artifacts/io.github.alanhay/html-exporter/
implementation ("io.github.alanhay:html-exporter:0.5.3")
'io.github.alanhay:html-exporter:jar:0.5.3'
<dependency org="io.github.alanhay" name="html-exporter" rev="0.5.3">
<artifact name="html-exporter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.alanhay', module='html-exporter', version='0.5.3')
)
libraryDependencies += "io.github.alanhay" % "html-exporter" % "0.5.3"
[io.github.alanhay/html-exporter "0.5.3"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.poi : poi-ooxml | jar | 5.2.2 |
org.jsoup : jsoup | jar | 1.14.3 |
commons-beanutils : commons-beanutils | jar | 1.9.4 |
org.apache.commons : commons-lang3 | jar | 3.12.0 |
commons-io : commons-io | jar | 2.11.0 |
org.apache.commons : commons-text | jar | 1.9 |
org.apache.commons : commons-collections4 | jar | 4.4 |
org.xhtmlrenderer : flying-saucer-pdf-openpdf | jar | 9.1.22 |
org.apache.velocity : velocity-engine-core | jar | 2.3 |
com.helger : ph-css | jar | 6.5.0 |
org.apache.odftoolkit : simple-odf | jar | 0.7-incubating |
ch.qos.logback : logback-classic | jar | 1.2.11 |
org.apache.logging.log4j : log4j-core | jar | 2.17.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.easymock : easymock | jar | 3.1 |
org.assertj : assertj-core | jar | 3.22.0 |