GroupId | GroupIdio.github.gongbox |
---|---|
ArtifactId | ArtifactIdeasyexcel-plus-import |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
easyexcel-plus-import-2.0.0.pom | |
easyexcel-plus-import-2.0.0.jar | 45 KB |
easyexcel-plus-import-2.0.0-sources.jar | 18 KB |
easyexcel-plus-import-2.0.0-javadoc.jar | 174 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.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.gongbox/easyexcel-plus-import/
implementation 'io.github.gongbox:easyexcel-plus-import:2.0.0'
// https://jarcasting.com/artifacts/io.github.gongbox/easyexcel-plus-import/
implementation ("io.github.gongbox:easyexcel-plus-import:2.0.0")
'io.github.gongbox:easyexcel-plus-import:jar:2.0.0'
<dependency org="io.github.gongbox" name="easyexcel-plus-import" rev="2.0.0">
<artifact name="easyexcel-plus-import" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.gongbox', module='easyexcel-plus-import', version='2.0.0')
)
libraryDependencies += "io.github.gongbox" % "easyexcel-plus-import" % "2.0.0"
[io.github.gongbox/easyexcel-plus-import "2.0.0"]