License |
License |
---|---|
GroupId | GroupIdcom.github.dreamroute |
ArtifactId | ArtifactIdexcel-helper |
Last Version | Last Version2.0.4-RELEASE |
Release Date | Release Date |
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.4-RELEASE.pom | |
excel-helper-2.0.4-RELEASE.jar | 29 KB |
excel-helper-2.0.4-RELEASE-sources.jar | 19 KB |
excel-helper-2.0.4-RELEASE-javadoc.jar | 139 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dreamroute/excel-helper/ -->
<dependency>
<groupId>com.github.dreamroute</groupId>
<artifactId>excel-helper</artifactId>
<version>2.0.4-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dreamroute/excel-helper/
implementation 'com.github.dreamroute:excel-helper:2.0.4-RELEASE'
// https://jarcasting.com/artifacts/com.github.dreamroute/excel-helper/
implementation ("com.github.dreamroute:excel-helper:2.0.4-RELEASE")
'com.github.dreamroute:excel-helper:jar:2.0.4-RELEASE'
<dependency org="com.github.dreamroute" name="excel-helper" rev="2.0.4-RELEASE">
<artifact name="excel-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dreamroute', module='excel-helper', version='2.0.4-RELEASE')
)
libraryDependencies += "com.github.dreamroute" % "excel-helper" % "2.0.4-RELEASE"
[com.github.dreamroute/excel-helper "2.0.4-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 |