License |
License |
---|---|
GroupId | GroupIdio.gitee.ludii |
ArtifactId | ArtifactIdexcel-utils |
Version | Version1.0.3 |
Type | Typejar |
Description |
Descriptionexcel-utils
excel读写封装基础库
|
Filename | Size |
---|---|
excel-utils-1.0.3.pom | |
excel-utils-1.0.3.jar | 54 KB |
excel-utils-1.0.3-sources.jar | 37 KB |
excel-utils-1.0.3-javadoc.jar | 285 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.gitee.ludii/excel-utils/ -->
<dependency>
<groupId>io.gitee.ludii</groupId>
<artifactId>excel-utils</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.gitee.ludii/excel-utils/
implementation 'io.gitee.ludii:excel-utils:1.0.3'
// https://jarcasting.com/artifacts/io.gitee.ludii/excel-utils/
implementation ("io.gitee.ludii:excel-utils:1.0.3")
'io.gitee.ludii:excel-utils:jar:1.0.3'
<dependency org="io.gitee.ludii" name="excel-utils" rev="1.0.3">
<artifact name="excel-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.gitee.ludii', module='excel-utils', version='1.0.3')
)
libraryDependencies += "io.gitee.ludii" % "excel-utils" % "1.0.3"
[io.gitee.ludii/excel-utils "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.36 |
org.apache.poi : poi | jar | 4.1.2 |
org.apache.poi : poi-ooxml | jar | 4.1.2 |
org.apache.commons : commons-lang3 | jar | 3.12.0 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.20 |
org.junit.jupiter : junit-jupiter | jar | 5.8.2 |