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