GroupId | GroupIdcom.github.liaochong |
---|---|
ArtifactId | ArtifactIdhtml2excel |
Version | Version1.3.1 |
Type | Typejar |
Filename | Size |
---|---|
html2excel-1.3.1.pom | |
html2excel-1.3.1.jar | 64 KB |
html2excel-1.3.1-sources.jar | 45 KB |
html2excel-1.3.1-javadoc.jar | 247 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.liaochong/html2excel/ -->
<dependency>
<groupId>com.github.liaochong</groupId>
<artifactId>html2excel</artifactId>
<version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.liaochong/html2excel/
implementation 'com.github.liaochong:html2excel:1.3.1'
// https://jarcasting.com/artifacts/com.github.liaochong/html2excel/
implementation ("com.github.liaochong:html2excel:1.3.1")
'com.github.liaochong:html2excel:jar:1.3.1'
<dependency org="com.github.liaochong" name="html2excel" rev="1.3.1">
<artifact name="html2excel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.liaochong', module='html2excel', version='1.3.1')
)
libraryDependencies += "com.github.liaochong" % "html2excel" % "1.3.1"
[com.github.liaochong/html2excel "1.3.1"]