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