| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.dreamroute |
| Идентификатор | Идентификаторexcel-helper |
| Версия | Версия2.0.3-RELEASE |
| Тип | Типjar |
| Описание |
Описаниеexcel-helper
excel export base on apache poi 3.17
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| excel-helper-2.0.3-RELEASE.pom | |
| excel-helper-2.0.3-RELEASE.jar | 30 KB |
| excel-helper-2.0.3-RELEASE-sources.jar | 20 KB |
| excel-helper-2.0.3-RELEASE-javadoc.jar | 140 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.dreamroute/excel-helper/ -->
<dependency>
<groupId>com.github.dreamroute</groupId>
<artifactId>excel-helper</artifactId>
<version>2.0.3-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dreamroute/excel-helper/
implementation 'com.github.dreamroute:excel-helper:2.0.3-RELEASE'
// https://jarcasting.com/artifacts/com.github.dreamroute/excel-helper/
implementation ("com.github.dreamroute:excel-helper:2.0.3-RELEASE")
'com.github.dreamroute:excel-helper:jar:2.0.3-RELEASE'
<dependency org="com.github.dreamroute" name="excel-helper" rev="2.0.3-RELEASE">
<artifact name="excel-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dreamroute', module='excel-helper', version='2.0.3-RELEASE')
)
libraryDependencies += "com.github.dreamroute" % "excel-helper" % "2.0.3-RELEASE"
[com.github.dreamroute/excel-helper "2.0.3-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 |