License |
License |
---|---|
GroupId | GroupIdcom.github.kevin-wang001 |
ArtifactId | ArtifactIdpoi-el |
Version | Version2.0.1 |
Type | Typejar |
Description |
Descriptionexcel import and export tool
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
poi-el-2.0.1.pom | |
poi-el-2.0.1.jar | 44 KB |
poi-el-2.0.1-sources.jar | 30 KB |
poi-el-2.0.1-javadoc.jar | 233 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.kevin-wang001/poi-el/ -->
<dependency>
<groupId>com.github.kevin-wang001</groupId>
<artifactId>poi-el</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kevin-wang001/poi-el/
implementation 'com.github.kevin-wang001:poi-el:2.0.1'
// https://jarcasting.com/artifacts/com.github.kevin-wang001/poi-el/
implementation ("com.github.kevin-wang001:poi-el:2.0.1")
'com.github.kevin-wang001:poi-el:jar:2.0.1'
<dependency org="com.github.kevin-wang001" name="poi-el" rev="2.0.1">
<artifact name="poi-el" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kevin-wang001', module='poi-el', version='2.0.1')
)
libraryDependencies += "com.github.kevin-wang001" % "poi-el" % "2.0.1"
[com.github.kevin-wang001/poi-el "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.poi : poi-ooxml | jar | 3.7 |
org.reflections : reflections | jar | 0.9.9-RC1 |
org.slf4j : slf4j-api | jar | 1.7.12 |
org.slf4j : jcl-over-slf4j | jar | 1.7.12 |
org.slf4j : log4j-over-slf4j | jar | 1.7.12 |
com.alibaba : fastjson | jar | 1.2.54 |
org.apache.commons : commons-lang3 | jar | 3.3.2 |
commons-collections : commons-collections | jar | 3.2.2 |
com.google.guava : guava | jar | 15.0 |
joda-time : joda-time | jar | 2.9.7 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-expression | jar | 4.1.6.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-core | jar | 1.1.2 |
ch.qos.logback : logback-classic | jar | 1.1.2 |
junit : junit | jar | 4.10 |