GroupId | GroupIdio.github.gongbox |
---|---|
ArtifactId | ArtifactIdeasyexcel-plus |
Version | Version1.0.7 |
Type | Typejar |
Filename | Size |
---|---|
easyexcel-plus-1.0.7.pom | |
easyexcel-plus-1.0.7.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.gongbox/easyexcel-plus/ -->
<dependency>
<groupId>io.github.gongbox</groupId>
<artifactId>easyexcel-plus</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.gongbox/easyexcel-plus/
implementation 'io.github.gongbox:easyexcel-plus:1.0.7'
// https://jarcasting.com/artifacts/io.github.gongbox/easyexcel-plus/
implementation ("io.github.gongbox:easyexcel-plus:1.0.7")
'io.github.gongbox:easyexcel-plus:jar:1.0.7'
<dependency org="io.github.gongbox" name="easyexcel-plus" rev="1.0.7">
<artifact name="easyexcel-plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.gongbox', module='easyexcel-plus', version='1.0.7')
)
libraryDependencies += "io.github.gongbox" % "easyexcel-plus" % "1.0.7"
[io.github.gongbox/easyexcel-plus "1.0.7"]