License |
License |
---|---|
GroupId | GroupIdcn.com.binging |
ArtifactId | ArtifactIdexcel |
Version | Version2.4 |
Type | Typejar |
Description |
Descriptionbing-excel
提供excel与实体类转换工具
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
excel-2.4.pom | |
excel-2.4.jar | 163 KB |
excel-2.4-sources.jar | 108 KB |
excel-2.4-javadoc.jar | 625 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.com.binging/excel/ -->
<dependency>
<groupId>cn.com.binging</groupId>
<artifactId>excel</artifactId>
<version>2.4</version>
</dependency>
// https://jarcasting.com/artifacts/cn.com.binging/excel/
implementation 'cn.com.binging:excel:2.4'
// https://jarcasting.com/artifacts/cn.com.binging/excel/
implementation ("cn.com.binging:excel:2.4")
'cn.com.binging:excel:jar:2.4'
<dependency org="cn.com.binging" name="excel" rev="2.4">
<artifact name="excel" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.com.binging', module='excel', version='2.4')
)
libraryDependencies += "cn.com.binging" % "excel" % "2.4"
[cn.com.binging/excel "2.4"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.4 |
org.apache.poi : poi | jar | 3.17 |
org.apache.commons : commons-csv | jar | 1.4 |
xerces : xercesImpl | jar | 2.11.0 |
org.apache.poi : poi-ooxml | jar | 3.17 |
com.google.guava : guava | jar | 19.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |