License |
License |
---|---|
GroupId | GroupIdcom.gaoice |
ArtifactId | ArtifactIdeasyexcel |
Version | Version2.0 |
Type | Typejar |
Description |
Descriptioneasyexcel
excel quick build tools written in Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
easyexcel-2.0.pom | |
easyexcel-2.0.jar | 41 KB |
easyexcel-2.0-sources.jar | 27 KB |
easyexcel-2.0-javadoc.jar | 581 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gaoice/easyexcel/ -->
<dependency>
<groupId>com.gaoice</groupId>
<artifactId>easyexcel</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.gaoice/easyexcel/
implementation 'com.gaoice:easyexcel:2.0'
// https://jarcasting.com/artifacts/com.gaoice/easyexcel/
implementation ("com.gaoice:easyexcel:2.0")
'com.gaoice:easyexcel:jar:2.0'
<dependency org="com.gaoice" name="easyexcel" rev="2.0">
<artifact name="easyexcel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gaoice', module='easyexcel', version='2.0')
)
libraryDependencies += "com.gaoice" % "easyexcel" % "2.0"
[com.gaoice/easyexcel "2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.poi : poi | jar | 4.1.0 |
org.apache.poi : poi-ooxml | jar | 4.1.0 |
org.apache.commons : commons-lang3 | jar | 3.11 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |