| GroupId | GroupIdtop.yumbo.excel |
|---|---|
| ArtifactId | ArtifactIdexcel-import-export |
| Version | Version1.2 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/top.yumbo.excel/excel-import-export/ -->
<dependency>
<groupId>top.yumbo.excel</groupId>
<artifactId>excel-import-export</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/top.yumbo.excel/excel-import-export/
implementation 'top.yumbo.excel:excel-import-export:1.2'
// https://jarcasting.com/artifacts/top.yumbo.excel/excel-import-export/
implementation ("top.yumbo.excel:excel-import-export:1.2")
'top.yumbo.excel:excel-import-export:jar:1.2'
<dependency org="top.yumbo.excel" name="excel-import-export" rev="1.2">
<artifact name="excel-import-export" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.yumbo.excel', module='excel-import-export', version='1.2')
)
libraryDependencies += "top.yumbo.excel" % "excel-import-export" % "1.2"
[top.yumbo.excel/excel-import-export "1.2"]