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