GroupId | GroupIdio.github.gongbox |
---|---|
ArtifactId | ArtifactIdeasyexcel-plus-adapter |
Version | Version2.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.gongbox/easyexcel-plus-adapter/ -->
<dependency>
<groupId>io.github.gongbox</groupId>
<artifactId>easyexcel-plus-adapter</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.gongbox/easyexcel-plus-adapter/
implementation 'io.github.gongbox:easyexcel-plus-adapter:2.0.0'
// https://jarcasting.com/artifacts/io.github.gongbox/easyexcel-plus-adapter/
implementation ("io.github.gongbox:easyexcel-plus-adapter:2.0.0")
'io.github.gongbox:easyexcel-plus-adapter:jar:2.0.0'
<dependency org="io.github.gongbox" name="easyexcel-plus-adapter" rev="2.0.0">
<artifact name="easyexcel-plus-adapter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.gongbox', module='easyexcel-plus-adapter', version='2.0.0')
)
libraryDependencies += "io.github.gongbox" % "easyexcel-plus-adapter" % "2.0.0"
[io.github.gongbox/easyexcel-plus-adapter "2.0.0"]