| License |
License |
|---|---|
| GroupId | GroupIdme.chyxion |
| ArtifactId | ArtifactIdtable-to-xls |
| Last Version | Last Version0.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionTable To XLS
Convert HTML Table To Excel
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| table-to-xls-0.0.2.pom | |
| table-to-xls-0.0.2.jar | 24 KB |
| table-to-xls-0.0.2-sources.jar | 14 KB |
| table-to-xls-0.0.2-javadoc.jar | 77 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/me.chyxion/table-to-xls/ -->
<dependency>
<groupId>me.chyxion</groupId>
<artifactId>table-to-xls</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/me.chyxion/table-to-xls/
implementation 'me.chyxion:table-to-xls:0.0.2'
// https://jarcasting.com/artifacts/me.chyxion/table-to-xls/
implementation ("me.chyxion:table-to-xls:0.0.2")
'me.chyxion:table-to-xls:jar:0.0.2'
<dependency org="me.chyxion" name="table-to-xls" rev="0.0.2">
<artifact name="table-to-xls" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.chyxion', module='table-to-xls', version='0.0.2')
)
libraryDependencies += "me.chyxion" % "table-to-xls" % "0.0.2"
[me.chyxion/table-to-xls "0.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jsoup : jsoup | jar | 1.14.3 |
| org.apache.poi : poi-ooxml | jar | 5.2.2 |
| org.apache.commons : commons-lang3 | jar | 3.12.0 |
| org.slf4j : slf4j-api | jar | 1.7.36 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.24 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.17.2 |
| org.apache.logging.log4j : log4j-core | jar | 2.17.2 |
| junit : junit | jar | 4.13.2 |