| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.nadjannn |
| Идентификатор | ИдентификаторexcelHandling |
| Версия | Версия1.1 |
| Тип | Типjar |
| Описание |
ОписаниеEasy Excel files handling
Library for easy Excel files handling
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| excelHandling-1.1.pom | |
| excelHandling-1.1.jar | 24 KB |
| excelHandling-1.1-sources.jar | 15 KB |
| excelHandling-1.1-javadoc.jar | 109 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.nadjannn/excelHandling/ -->
<dependency>
<groupId>io.github.nadjannn</groupId>
<artifactId>excelHandling</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.nadjannn/excelHandling/
implementation 'io.github.nadjannn:excelHandling:1.1'
// https://jarcasting.com/artifacts/io.github.nadjannn/excelHandling/
implementation ("io.github.nadjannn:excelHandling:1.1")
'io.github.nadjannn:excelHandling:jar:1.1'
<dependency org="io.github.nadjannn" name="excelHandling" rev="1.1">
<artifact name="excelHandling" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.nadjannn', module='excelHandling', version='1.1')
)
libraryDependencies += "io.github.nadjannn" % "excelHandling" % "1.1"
[io.github.nadjannn/excelHandling "1.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.commons : commons-lang3 | jar | 3.9 |
| org.apache.poi : poi | jar | 4.1.1 |
| org.apache.poi : poi-ooxml | jar | 4.1.1 |
| org.apache.poi : poi-ooxml-schemas | jar | 4.1.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.1 |