License |
License |
---|---|
GroupId | GroupIdio.gitee.ludii |
ArtifactId | ArtifactIdexcel-utils |
Version | Version1.1.0 |
Type | Typejar |
Description |
Descriptionexcel-utils
excel读写封装基础库
|
Filename | Size |
---|---|
excel-utils-1.1.0.pom | |
excel-utils-1.1.0.jar | 167 KB |
excel-utils-1.1.0-sources.jar | 96 KB |
excel-utils-1.1.0-javadoc.jar | 816 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.gitee.ludii/excel-utils/ -->
<dependency>
<groupId>io.gitee.ludii</groupId>
<artifactId>excel-utils</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.gitee.ludii/excel-utils/
implementation 'io.gitee.ludii:excel-utils:1.1.0'
// https://jarcasting.com/artifacts/io.gitee.ludii/excel-utils/
implementation ("io.gitee.ludii:excel-utils:1.1.0")
'io.gitee.ludii:excel-utils:jar:1.1.0'
<dependency org="io.gitee.ludii" name="excel-utils" rev="1.1.0">
<artifact name="excel-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.gitee.ludii', module='excel-utils', version='1.1.0')
)
libraryDependencies += "io.gitee.ludii" % "excel-utils" % "1.1.0"
[io.gitee.ludii/excel-utils "1.1.0"]
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 |
org.projectlombok : lombok | jar | 1.18.20 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.2 |