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