| Категории |
Категорииfastexcel Прикладные библиотеки Documents Processing |
|---|---|
| Группа | Группаorg.dhatim |
| Идентификатор | Идентификаторfastexcel |
| Версия | Версия0.10.13 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| fastexcel-0.10.13.pom | |
| fastexcel-0.10.13.jar | 53 KB |
| fastexcel-0.10.13-sources.jar | 43 KB |
| fastexcel-0.10.13-javadoc.jar | 100 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.dhatim/fastexcel/ -->
<dependency>
<groupId>org.dhatim</groupId>
<artifactId>fastexcel</artifactId>
<version>0.10.13</version>
</dependency>
// https://jarcasting.com/artifacts/org.dhatim/fastexcel/
implementation 'org.dhatim:fastexcel:0.10.13'
// https://jarcasting.com/artifacts/org.dhatim/fastexcel/
implementation ("org.dhatim:fastexcel:0.10.13")
'org.dhatim:fastexcel:jar:0.10.13'
<dependency org="org.dhatim" name="fastexcel" rev="0.10.13">
<artifact name="fastexcel" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dhatim', module='fastexcel', version='0.10.13')
)
libraryDependencies += "org.dhatim" % "fastexcel" % "0.10.13"
[org.dhatim/fastexcel "0.10.13"]