| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииДанные |
| Группа | Группаcom.github.dandelion |
| Идентификатор | Идентификаторdatatables-export-poi |
| Версия | Версия1.1.0 |
| Тип | Типjar |
| Описание |
ОписаниеDandelion :: Datatables :: Extras :: Export XLS using Apache POI
Extra providing a default XLS export class based on Apache POI
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| datatables-export-poi-1.1.0.pom | |
| datatables-export-poi-1.1.0.jar | 4 KB |
| datatables-export-poi-1.1.0-sources.jar | 4 KB |
| datatables-export-poi-1.1.0-javadoc.jar | 38 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.dandelion/datatables-export-poi/ -->
<dependency>
<groupId>com.github.dandelion</groupId>
<artifactId>datatables-export-poi</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dandelion/datatables-export-poi/
implementation 'com.github.dandelion:datatables-export-poi:1.1.0'
// https://jarcasting.com/artifacts/com.github.dandelion/datatables-export-poi/
implementation ("com.github.dandelion:datatables-export-poi:1.1.0")
'com.github.dandelion:datatables-export-poi:jar:1.1.0'
<dependency org="com.github.dandelion" name="datatables-export-poi" rev="1.1.0">
<artifact name="datatables-export-poi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dandelion', module='datatables-export-poi', version='1.1.0')
)
libraryDependencies += "com.github.dandelion" % "datatables-export-poi" % "1.1.0"
[com.github.dandelion/datatables-export-poi "1.1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.dandelion : datatables-core | jar | 1.1.0 |
| org.apache.poi : poi | jar | 3.9 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |