| License |
License |
|---|---|
| GroupId | GroupIdcom.github.dreamroute |
| ArtifactId | ArtifactIdexcel-helper |
| Version | Version2.0.3-RELEASE |
| Type | Typejar |
| Description |
Descriptionexcel-helper
excel export base on apache poi 3.17
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| excel-helper-2.0.3-RELEASE.pom | |
| excel-helper-2.0.3-RELEASE.jar | 30 KB |
| excel-helper-2.0.3-RELEASE-sources.jar | 20 KB |
| excel-helper-2.0.3-RELEASE-javadoc.jar | 140 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.dreamroute/excel-helper/ -->
<dependency>
<groupId>com.github.dreamroute</groupId>
<artifactId>excel-helper</artifactId>
<version>2.0.3-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dreamroute/excel-helper/
implementation 'com.github.dreamroute:excel-helper:2.0.3-RELEASE'
// https://jarcasting.com/artifacts/com.github.dreamroute/excel-helper/
implementation ("com.github.dreamroute:excel-helper:2.0.3-RELEASE")
'com.github.dreamroute:excel-helper:jar:2.0.3-RELEASE'
<dependency org="com.github.dreamroute" name="excel-helper" rev="2.0.3-RELEASE">
<artifact name="excel-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dreamroute', module='excel-helper', version='2.0.3-RELEASE')
)
libraryDependencies += "com.github.dreamroute" % "excel-helper" % "2.0.3-RELEASE"
[com.github.dreamroute/excel-helper "2.0.3-RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.1.0 |
| org.projectlombok : lombok | jar | 1.18.12 |
| org.apache.poi : poi | jar | 4.0.1 |
| org.apache.poi : poi-ooxml | jar | 4.0.1 |
| org.apache.commons : commons-lang3 | jar | 3.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |