| License |
License |
|---|---|
| GroupId | GroupIdcom.github.ozlerhakan |
| ArtifactId | ArtifactIdpoiji |
| Last Version | Last Version3.1.7 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionpoiji
Poiji allows you to map excel sheets to Java objects by means of Apache POI
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| poiji-3.1.7.pom | |
| poiji-3.1.7.jar | 68 KB |
| poiji-3.1.7-sources.jar | 40 KB |
| poiji-3.1.7-javadoc.jar | 254 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.ozlerhakan/poiji/ -->
<dependency>
<groupId>com.github.ozlerhakan</groupId>
<artifactId>poiji</artifactId>
<version>3.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ozlerhakan/poiji/
implementation 'com.github.ozlerhakan:poiji:3.1.7'
// https://jarcasting.com/artifacts/com.github.ozlerhakan/poiji/
implementation ("com.github.ozlerhakan:poiji:3.1.7")
'com.github.ozlerhakan:poiji:jar:3.1.7'
<dependency org="com.github.ozlerhakan" name="poiji" rev="3.1.7">
<artifact name="poiji" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ozlerhakan', module='poiji', version='3.1.7')
)
libraryDependencies += "com.github.ozlerhakan" % "poiji" % "3.1.7"
[com.github.ozlerhakan/poiji "3.1.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.poi : poi-ooxml | jar | 5.2.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |