| License |
License |
|---|---|
| GroupId | GroupIdio.github.nadjannn |
| ArtifactId | ArtifactIdexcelHandling |
| Version | Version1.2 |
| Type | Typejar |
| Description |
DescriptionEasy Excel files handling
Library for easy Excel files handling
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| excelHandling-1.2.pom | |
| excelHandling-1.2.jar | 24 KB |
| excelHandling-1.2-sources.jar | 15 KB |
| excelHandling-1.2-javadoc.jar | 109 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.nadjannn/excelHandling/ -->
<dependency>
<groupId>io.github.nadjannn</groupId>
<artifactId>excelHandling</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.nadjannn/excelHandling/
implementation 'io.github.nadjannn:excelHandling:1.2'
// https://jarcasting.com/artifacts/io.github.nadjannn/excelHandling/
implementation ("io.github.nadjannn:excelHandling:1.2")
'io.github.nadjannn:excelHandling:jar:1.2'
<dependency org="io.github.nadjannn" name="excelHandling" rev="1.2">
<artifact name="excelHandling" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.nadjannn', module='excelHandling', version='1.2')
)
libraryDependencies += "io.github.nadjannn" % "excelHandling" % "1.2"
[io.github.nadjannn/excelHandling "1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-lang3 | jar | 3.12.0 |
| org.apache.poi : poi | jar | 5.2.2 |
| org.apache.poi : poi-ooxml | jar | 5.2.2 |
| org.apache.poi : poi-ooxml-schemas | jar | 4.1.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |