License |
License |
---|---|
GroupId | GroupIdcom.github.ozlerhakan |
ArtifactId | ArtifactIdpoiji |
Version | Version3.1.3 |
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.3.pom | |
poiji-3.1.3.jar | 78 KB |
poiji-3.1.3-sources.jar | 46 KB |
poiji-3.1.3-javadoc.jar | 274 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ozlerhakan/poiji/ -->
<dependency>
<groupId>com.github.ozlerhakan</groupId>
<artifactId>poiji</artifactId>
<version>3.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ozlerhakan/poiji/
implementation 'com.github.ozlerhakan:poiji:3.1.3'
// https://jarcasting.com/artifacts/com.github.ozlerhakan/poiji/
implementation ("com.github.ozlerhakan:poiji:3.1.3")
'com.github.ozlerhakan:poiji:jar:3.1.3'
<dependency org="com.github.ozlerhakan" name="poiji" rev="3.1.3">
<artifact name="poiji" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ozlerhakan', module='poiji', version='3.1.3')
)
libraryDependencies += "com.github.ozlerhakan" % "poiji" % "3.1.3"
[com.github.ozlerhakan/poiji "3.1.3"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.poi : poi-ooxml | jar | 5.0.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |