License |
License |
---|---|
GroupId | GroupIdorg.apache.poi |
ArtifactId | ArtifactIdpoi-ooxml-full |
Last Version | Last Version5.2.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache POI - OOXML schemas (full)
XmlBeans generated from the Ecma supplied xsds (since POI 5.0.0, the 5th edition is used):
https://www.ecma-international.org/publications/standards/Ecma-376.htm
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
poi-ooxml-full-5.2.2.pom | |
poi-ooxml-full-5.2.2.jar | 18 MB |
poi-ooxml-full-5.2.2-sources.jar | 7 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.poi/poi-ooxml-full/ -->
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml-full</artifactId>
<version>5.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.poi/poi-ooxml-full/
implementation 'org.apache.poi:poi-ooxml-full:5.2.2'
// https://jarcasting.com/artifacts/org.apache.poi/poi-ooxml-full/
implementation ("org.apache.poi:poi-ooxml-full:5.2.2")
'org.apache.poi:poi-ooxml-full:jar:5.2.2'
<dependency org="org.apache.poi" name="poi-ooxml-full" rev="5.2.2">
<artifact name="poi-ooxml-full" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.poi', module='poi-ooxml-full', version='5.2.2')
)
libraryDependencies += "org.apache.poi" % "poi-ooxml-full" % "5.2.2"
[org.apache.poi/poi-ooxml-full "5.2.2"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.xmlbeans : xmlbeans | jar | 5.0.3 |