| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.houbb |
| Идентификатор | Идентификаторiexcel-hutool |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеiexcel-hutool
Excel read and write tool based on hutool-poi.
|
| Имя Файла | Размер |
|---|---|
| iexcel-hutool-1.0.0.pom | |
| iexcel-hutool-1.0.0.jar | 7 KB |
| iexcel-hutool-1.0.0-sources.jar | 3 KB |
| iexcel-hutool-1.0.0-javadoc.jar | 43 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.houbb/iexcel-hutool/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>iexcel-hutool</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/iexcel-hutool/
implementation 'com.github.houbb:iexcel-hutool:1.0.0'
// https://jarcasting.com/artifacts/com.github.houbb/iexcel-hutool/
implementation ("com.github.houbb:iexcel-hutool:1.0.0")
'com.github.houbb:iexcel-hutool:jar:1.0.0'
<dependency org="com.github.houbb" name="iexcel-hutool" rev="1.0.0">
<artifact name="iexcel-hutool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='iexcel-hutool', version='1.0.0')
)
libraryDependencies += "com.github.houbb" % "iexcel-hutool" % "1.0.0"
[com.github.houbb/iexcel-hutool "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.houbb : heaven | jar | 0.1.144 |
| cn.hutool : hutool-core | jar | 4.1.19 |
| cn.hutool : hutool-poi | jar | 4.1.19 |
| org.apache.poi : poi | jar | 3.16 |
| org.apache.poi : poi-ooxml | jar | 3.16 |
| org.apache.poi : poi-ooxml-schemas | jar | 3.16 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |