GroupId | GroupIdio.github.mengwang0211 |
---|---|
ArtifactId | ArtifactIdexcel-utils |
Version | Version2.0.1 |
Type | Typejar |
Filename | Size |
---|---|
excel-utils-2.0.1.pom | |
excel-utils-2.0.1.jar | 12 KB |
excel-utils-2.0.1-sources.jar | 3 KB |
excel-utils-2.0.1-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>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.mengwang0211/excel-utils/
implementation 'io.github.mengwang0211:excel-utils:2.0.1'
// https://jarcasting.com/artifacts/io.github.mengwang0211/excel-utils/
implementation ("io.github.mengwang0211:excel-utils:2.0.1")
'io.github.mengwang0211:excel-utils:jar:2.0.1'
<dependency org="io.github.mengwang0211" name="excel-utils" rev="2.0.1">
<artifact name="excel-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.mengwang0211', module='excel-utils', version='2.0.1')
)
libraryDependencies += "io.github.mengwang0211" % "excel-utils" % "2.0.1"
[io.github.mengwang0211/excel-utils "2.0.1"]