| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.dreamroute |
| Идентификатор | Идентификаторexcel-helper |
| Последняя версия | Последняя версия2.0.4-RELEASE |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеexcel-helper
excel export base on apache poi 3.17
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| excel-helper-2.0.4-RELEASE.pom | |
| excel-helper-2.0.4-RELEASE.jar | 29 KB |
| excel-helper-2.0.4-RELEASE-sources.jar | 19 KB |
| excel-helper-2.0.4-RELEASE-javadoc.jar | 139 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.dreamroute/excel-helper/ -->
<dependency>
<groupId>com.github.dreamroute</groupId>
<artifactId>excel-helper</artifactId>
<version>2.0.4-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dreamroute/excel-helper/
implementation 'com.github.dreamroute:excel-helper:2.0.4-RELEASE'
// https://jarcasting.com/artifacts/com.github.dreamroute/excel-helper/
implementation ("com.github.dreamroute:excel-helper:2.0.4-RELEASE")
'com.github.dreamroute:excel-helper:jar:2.0.4-RELEASE'
<dependency org="com.github.dreamroute" name="excel-helper" rev="2.0.4-RELEASE">
<artifact name="excel-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dreamroute', module='excel-helper', version='2.0.4-RELEASE')
)
libraryDependencies += "com.github.dreamroute" % "excel-helper" % "2.0.4-RELEASE"
[com.github.dreamroute/excel-helper "2.0.4-RELEASE"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.1.0 |
| org.projectlombok : lombok | jar | 1.18.12 |
| org.apache.poi : poi | jar | 4.0.1 |
| org.apache.poi : poi-ooxml | jar | 4.0.1 |
| org.apache.commons : commons-lang3 | jar | 3.7 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.1 |