| GroupId | GroupIdtop.minwk |
|---|---|
| ArtifactId | ArtifactIdexcel-x |
| Version | Version1.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| excel-x-1.0.2.pom | |
| excel-x-1.0.2.jar | 73 KB |
| excel-x-1.0.2-sources.jar | 46 KB |
| excel-x-1.0.2-javadoc.jar | 342 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/top.minwk/excel-x/ -->
<dependency>
<groupId>top.minwk</groupId>
<artifactId>excel-x</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/top.minwk/excel-x/
implementation 'top.minwk:excel-x:1.0.2'
// https://jarcasting.com/artifacts/top.minwk/excel-x/
implementation ("top.minwk:excel-x:1.0.2")
'top.minwk:excel-x:jar:1.0.2'
<dependency org="top.minwk" name="excel-x" rev="1.0.2">
<artifact name="excel-x" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.minwk', module='excel-x', version='1.0.2')
)
libraryDependencies += "top.minwk" % "excel-x" % "1.0.2"
[top.minwk/excel-x "1.0.2"]