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