| Группа | Группаio.github.jinlongliao |
|---|---|
| Идентификатор | Идентификаторcommons-excel |
| Версия | Версия1.0.1.release |
| Тип | Типjar |
| Описание |
Описание |
| Имя Файла | Размер |
|---|---|
| commons-excel-1.0.1.release.pom | |
| commons-excel-1.0.1.release.jar | 16 KB |
| commons-excel-1.0.1.release-sources.jar | 11 KB |
| commons-excel-1.0.1.release-javadoc.jar | 83 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.jinlongliao/commons-excel/ -->
<dependency>
<groupId>io.github.jinlongliao</groupId>
<artifactId>commons-excel</artifactId>
<version>1.0.1.release</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.jinlongliao/commons-excel/
implementation 'io.github.jinlongliao:commons-excel:1.0.1.release'
// https://jarcasting.com/artifacts/io.github.jinlongliao/commons-excel/
implementation ("io.github.jinlongliao:commons-excel:1.0.1.release")
'io.github.jinlongliao:commons-excel:jar:1.0.1.release'
<dependency org="io.github.jinlongliao" name="commons-excel" rev="1.0.1.release">
<artifact name="commons-excel" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.jinlongliao', module='commons-excel', version='1.0.1.release')
)
libraryDependencies += "io.github.jinlongliao" % "commons-excel" % "1.0.1.release"
[io.github.jinlongliao/commons-excel "1.0.1.release"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.poi : poi-ooxml | jar | 4.1.2 |
| io.github.jinlongliao : commons-common | jar | ${project.version} |