is not current version
Last Version 3.1.7

com.github.ozlerhakan:poiji 2.8.0

Poiji allows you to map excel sheets to Java objects by means of Apache POI

GroupId

GroupId

com.github.ozlerhakan
ArtifactId

ArtifactId

poiji
Version

Version

2.8.0
Type

Type

jar

Download poiji 2.8.0


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