| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.stupdit1t |
| Идентификатор | Идентификаторpoi-excel |
| Последняя версия | Последняя версия3.0.6 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеpoi-excel
基于POI开发的excel操作
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| poi-excel-3.0.6.pom | |
| poi-excel-3.0.6.jar | 47 KB |
| poi-excel-3.0.6-sources.jar | 27 KB |
| poi-excel-3.0.6-javadoc.jar | 187 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.stupdit1t/poi-excel/ -->
<dependency>
<groupId>com.github.stupdit1t</groupId>
<artifactId>poi-excel</artifactId>
<version>3.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stupdit1t/poi-excel/
implementation 'com.github.stupdit1t:poi-excel:3.0.6'
// https://jarcasting.com/artifacts/com.github.stupdit1t/poi-excel/
implementation ("com.github.stupdit1t:poi-excel:3.0.6")
'com.github.stupdit1t:poi-excel:jar:3.0.6'
<dependency org="com.github.stupdit1t" name="poi-excel" rev="3.0.6">
<artifact name="poi-excel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stupdit1t', module='poi-excel', version='3.0.6')
)
libraryDependencies += "com.github.stupdit1t" % "poi-excel" % "3.0.6"
[com.github.stupdit1t/poi-excel "3.0.6"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.poi : poi | jar | 5.1.0 |
| org.apache.poi : poi-ooxml | jar | 5.1.0 |
| org.apache.commons : commons-lang3 | jar | 3.12.0 |
| javax.servlet : javax.servlet-api | jar | 4.0.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.2 |