is not current version
Last Version 2.0

com.gaoice:easyexcel 1.0

excel quick build tools written in Java

GroupId

GroupId

com.gaoice
ArtifactId

ArtifactId

easyexcel
Version

Version

1.0
Type

Type

jar

Download easyexcel 1.0


<!-- https://jarcasting.com/artifacts/com.gaoice/easyexcel/ -->
<dependency>
    <groupId>com.gaoice</groupId>
    <artifactId>easyexcel</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.gaoice/easyexcel/
implementation 'com.gaoice:easyexcel:1.0'
// https://jarcasting.com/artifacts/com.gaoice/easyexcel/
implementation ("com.gaoice:easyexcel:1.0")
'com.gaoice:easyexcel:jar:1.0'
<dependency org="com.gaoice" name="easyexcel" rev="1.0">
  <artifact name="easyexcel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gaoice', module='easyexcel', version='1.0')
)
libraryDependencies += "com.gaoice" % "easyexcel" % "1.0"
[com.gaoice/easyexcel "1.0"]