| License |
License |
|---|---|
| GroupId | GroupIdnl.bstoi.poiparser |
| ArtifactId | ArtifactIdPoiParser |
| Last Version | Last Version5.2.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionPoiParser
PoiParser allows to read/write 2-dimensional datasets from Excel/POI files using Apache-POI and annotations.
|
| Project Organization |
Project OrganizationBSTOI.NL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| PoiParser-5.2.2.pom | |
| PoiParser-5.2.2.jar | 31 KB |
| PoiParser-5.2.2-sources.jar | 17 KB |
| PoiParser-5.2.2-javadoc.jar | 162 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/nl.bstoi.poiparser/PoiParser/ -->
<dependency>
<groupId>nl.bstoi.poiparser</groupId>
<artifactId>PoiParser</artifactId>
<version>5.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/nl.bstoi.poiparser/PoiParser/
implementation 'nl.bstoi.poiparser:PoiParser:5.2.2'
// https://jarcasting.com/artifacts/nl.bstoi.poiparser/PoiParser/
implementation ("nl.bstoi.poiparser:PoiParser:5.2.2")
'nl.bstoi.poiparser:PoiParser:jar:5.2.2'
<dependency org="nl.bstoi.poiparser" name="PoiParser" rev="5.2.2">
<artifact name="PoiParser" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.bstoi.poiparser', module='PoiParser', version='5.2.2')
)
libraryDependencies += "nl.bstoi.poiparser" % "PoiParser" % "5.2.2"
[nl.bstoi.poiparser/PoiParser "5.2.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.poi : poi | jar | 5.2.2 |
| org.apache.poi : poi-ooxml | jar | 5.2.2 |
| commons-beanutils : commons-beanutils | jar | 1.9.4 |
| commons-io : commons-io | jar | 2.11.0 |
| commons-lang : commons-lang | jar | 2.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| org.hamcrest : hamcrest | jar | 2.2 |
| org.mockito : mockito-core | jar | 4.3.1 |