License |
License |
---|---|
GroupId | GroupIdorg.apache.poi |
ArtifactId | ArtifactIdpoi |
Last Version | Last Version5.2.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache POI - Common
Apache POI - Java API To Access Microsoft Format Files
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
poi-5.2.2.pom | |
poi-5.2.2.jar | 1 MB |
poi-5.2.2-sources.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.poi/poi/ -->
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<version>5.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.poi/poi/
implementation 'org.apache.poi:poi:5.2.2'
// https://jarcasting.com/artifacts/org.apache.poi/poi/
implementation ("org.apache.poi:poi:5.2.2")
'org.apache.poi:poi:jar:5.2.2'
<dependency org="org.apache.poi" name="poi" rev="5.2.2">
<artifact name="poi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.poi', module='poi', version='5.2.2')
)
libraryDependencies += "org.apache.poi" % "poi" % "5.2.2"
[org.apache.poi/poi "5.2.2"]
Group / Artifact | Type | Version |
---|---|---|
commons-codec : commons-codec | jar | 1.15 |
org.apache.commons : commons-collections4 | jar | 4.4 |
org.apache.commons : commons-math3 | jar | 3.6.1 |
commons-io : commons-io | jar | 2.11.0 |
com.zaxxer : SparseBitSet | jar | 1.2 |
org.apache.logging.log4j : log4j-api | jar | 2.17.2 |