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