is not current version
Last Version 1.0.8

io.github.biezhi:excel-plus 0.1.0-alpha1

excel read and write framework

GroupId

GroupId

io.github.biezhi
ArtifactId

ArtifactId

excel-plus
Version

Version

0.1.0-alpha1
Type

Type

jar

Download excel-plus 0.1.0-alpha1


<!-- https://jarcasting.com/artifacts/io.github.biezhi/excel-plus/ -->
<dependency>
    <groupId>io.github.biezhi</groupId>
    <artifactId>excel-plus</artifactId>
    <version>0.1.0-alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.biezhi/excel-plus/
implementation 'io.github.biezhi:excel-plus:0.1.0-alpha1'
// https://jarcasting.com/artifacts/io.github.biezhi/excel-plus/
implementation ("io.github.biezhi:excel-plus:0.1.0-alpha1")
'io.github.biezhi:excel-plus:jar:0.1.0-alpha1'
<dependency org="io.github.biezhi" name="excel-plus" rev="0.1.0-alpha1">
  <artifact name="excel-plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.biezhi', module='excel-plus', version='0.1.0-alpha1')
)
libraryDependencies += "io.github.biezhi" % "excel-plus" % "0.1.0-alpha1"
[io.github.biezhi/excel-plus "0.1.0-alpha1"]