| GroupId | GroupIdcn.vertxup |
|---|---|
| ArtifactId | ArtifactIdzero-excel |
| Version | Version0.5.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| zero-excel-0.5.1.pom | |
| zero-excel-0.5.1.jar | 42 KB |
| zero-excel-0.5.1-sources.jar | 22 KB |
| zero-excel-0.5.1-javadoc.jar | 145 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.vertxup/zero-excel/ -->
<dependency>
<groupId>cn.vertxup</groupId>
<artifactId>zero-excel</artifactId>
<version>0.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.vertxup/zero-excel/
implementation 'cn.vertxup:zero-excel:0.5.1'
// https://jarcasting.com/artifacts/cn.vertxup/zero-excel/
implementation ("cn.vertxup:zero-excel:0.5.1")
'cn.vertxup:zero-excel:jar:0.5.1'
<dependency org="cn.vertxup" name="zero-excel" rev="0.5.1">
<artifact name="zero-excel" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.vertxup', module='zero-excel', version='0.5.1')
)
libraryDependencies += "cn.vertxup" % "zero-excel" % "0.5.1"
[cn.vertxup/zero-excel "0.5.1"]