is not current version
Last Version 1.1

com.github.aifeinik:easyexcel-util 1.0

easyexcel is a excel handle tools written in Java

GroupId

GroupId

com.github.aifeinik
ArtifactId

ArtifactId

easyexcel-util
Version

Version

1.0
Type

Type

jar

Download easyexcel-util 1.0


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