License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdio.github.antoniovizuete |
ArtifactId | ArtifactIdpojo-spreadsheet |
Version | Version0.1.2 |
Type | Typejar |
Description |
Descriptionio.github.antoniovizuete:pojo-spreadsheet
Project that wraps Apache POI and gives you a semantical use of it.
Meaning that a Spreadsheet is made of Rows, and a Row is made of Cells.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
pojo-spreadsheet-0.1.2.pom | |
pojo-spreadsheet-0.1.2.jar | 92 KB |
pojo-spreadsheet-0.1.2-sources.jar | 59 KB |
pojo-spreadsheet-0.1.2-javadoc.jar | 455 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.antoniovizuete/pojo-spreadsheet/ -->
<dependency>
<groupId>io.github.antoniovizuete</groupId>
<artifactId>pojo-spreadsheet</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.antoniovizuete/pojo-spreadsheet/
implementation 'io.github.antoniovizuete:pojo-spreadsheet:0.1.2'
// https://jarcasting.com/artifacts/io.github.antoniovizuete/pojo-spreadsheet/
implementation ("io.github.antoniovizuete:pojo-spreadsheet:0.1.2")
'io.github.antoniovizuete:pojo-spreadsheet:jar:0.1.2'
<dependency org="io.github.antoniovizuete" name="pojo-spreadsheet" rev="0.1.2">
<artifact name="pojo-spreadsheet" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.antoniovizuete', module='pojo-spreadsheet', version='0.1.2')
)
libraryDependencies += "io.github.antoniovizuete" % "pojo-spreadsheet" % "0.1.2"
[io.github.antoniovizuete/pojo-spreadsheet "0.1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.poi : poi | jar | 3.17 |
org.apache.poi : poi-ooxml | jar | 3.17 |
org.apache.poi : poi-ooxml-schemas | jar | 3.17 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |