GroupId | GroupIdio.github.shaohuizhe |
---|---|
ArtifactId | ArtifactIdexcel |
Version | Version1.3 |
Type | Typejar |
Filename | Size |
---|---|
excel-1.3.pom | |
excel-1.3.jar | 31 KB |
excel-1.3-sources.jar | 15 KB |
excel-1.3-javadoc.jar | 142 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.shaohuizhe/excel/ -->
<dependency>
<groupId>io.github.shaohuizhe</groupId>
<artifactId>excel</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.shaohuizhe/excel/
implementation 'io.github.shaohuizhe:excel:1.3'
// https://jarcasting.com/artifacts/io.github.shaohuizhe/excel/
implementation ("io.github.shaohuizhe:excel:1.3")
'io.github.shaohuizhe:excel:jar:1.3'
<dependency org="io.github.shaohuizhe" name="excel" rev="1.3">
<artifact name="excel" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.shaohuizhe', module='excel', version='1.3')
)
libraryDependencies += "io.github.shaohuizhe" % "excel" % "1.3"
[io.github.shaohuizhe/excel "1.3"]