| Лицензия |
Лицензия |
|---|---|
| Категории |
Категорииfastexcel Прикладные библиотеки Documents Processing |
| Группа | Группаorg.dhatim |
| Идентификатор | Идентификаторfastexcel-parent |
| Последняя версия | Последняя версия0.12.15 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеFastexcel Project
Fast library to process Excel workbooks
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| fastexcel-parent-0.12.15.pom | 5 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.dhatim/fastexcel-parent/ -->
<dependency>
<groupId>org.dhatim</groupId>
<artifactId>fastexcel-parent</artifactId>
<version>0.12.15</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.dhatim/fastexcel-parent/
implementation 'org.dhatim:fastexcel-parent:0.12.15'
// https://jarcasting.com/artifacts/org.dhatim/fastexcel-parent/
implementation ("org.dhatim:fastexcel-parent:0.12.15")
'org.dhatim:fastexcel-parent:pom:0.12.15'
<dependency org="org.dhatim" name="fastexcel-parent" rev="0.12.15">
<artifact name="fastexcel-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.dhatim', module='fastexcel-parent', version='0.12.15')
)
libraryDependencies += "org.dhatim" % "fastexcel-parent" % "0.12.15"
[org.dhatim/fastexcel-parent "0.12.15"]