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