| GroupId | GroupIdcn.sanchar.excel |
|---|---|
| ArtifactId | ArtifactIdexcel-helper |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| excel-helper-1.0.0.pom | |
| excel-helper-1.0.0.jar | 16 KB |
| excel-helper-1.0.0-sources.jar | 9 KB |
| excel-helper-1.0.0-javadoc.jar | 78 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.sanchar.excel/excel-helper/ -->
<dependency>
<groupId>cn.sanchar.excel</groupId>
<artifactId>excel-helper</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.sanchar.excel/excel-helper/
implementation 'cn.sanchar.excel:excel-helper:1.0.0'
// https://jarcasting.com/artifacts/cn.sanchar.excel/excel-helper/
implementation ("cn.sanchar.excel:excel-helper:1.0.0")
'cn.sanchar.excel:excel-helper:jar:1.0.0'
<dependency org="cn.sanchar.excel" name="excel-helper" rev="1.0.0">
<artifact name="excel-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.sanchar.excel', module='excel-helper', version='1.0.0')
)
libraryDependencies += "cn.sanchar.excel" % "excel-helper" % "1.0.0"
[cn.sanchar.excel/excel-helper "1.0.0"]