is not current version
Last Version 0.1.2

io.github.antoniovizuete:pojo-spreadsheet 0.1.1

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.

Categories

Categories

Ant Build Tools
GroupId

GroupId

io.github.antoniovizuete
ArtifactId

ArtifactId

pojo-spreadsheet
Version

Version

0.1.1
Type

Type

jar

Download pojo-spreadsheet 0.1.1


<!-- https://jarcasting.com/artifacts/io.github.antoniovizuete/pojo-spreadsheet/ -->
<dependency>
    <groupId>io.github.antoniovizuete</groupId>
    <artifactId>pojo-spreadsheet</artifactId>
    <version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.antoniovizuete/pojo-spreadsheet/
implementation 'io.github.antoniovizuete:pojo-spreadsheet:0.1.1'
// https://jarcasting.com/artifacts/io.github.antoniovizuete/pojo-spreadsheet/
implementation ("io.github.antoniovizuete:pojo-spreadsheet:0.1.1")
'io.github.antoniovizuete:pojo-spreadsheet:jar:0.1.1'
<dependency org="io.github.antoniovizuete" name="pojo-spreadsheet" rev="0.1.1">
  <artifact name="pojo-spreadsheet" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.antoniovizuete', module='pojo-spreadsheet', version='0.1.1')
)
libraryDependencies += "io.github.antoniovizuete" % "pojo-spreadsheet" % "0.1.1"
[io.github.antoniovizuete/pojo-spreadsheet "0.1.1"]