License |
License |
---|---|
GroupId | GroupIdorg.apache.poi |
ArtifactId | ArtifactIdpoi-ooxml-schemas |
Last Version | Last Version4.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache POI
Apache POI - Java API To Access Microsoft Format Files
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
poi-ooxml-schemas-4.1.2.pom | |
poi-ooxml-schemas-4.1.2.jar | 4 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.poi/poi-ooxml-schemas/ -->
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml-schemas</artifactId>
<version>4.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.poi/poi-ooxml-schemas/
implementation 'org.apache.poi:poi-ooxml-schemas:4.1.2'
// https://jarcasting.com/artifacts/org.apache.poi/poi-ooxml-schemas/
implementation ("org.apache.poi:poi-ooxml-schemas:4.1.2")
'org.apache.poi:poi-ooxml-schemas:jar:4.1.2'
<dependency org="org.apache.poi" name="poi-ooxml-schemas" rev="4.1.2">
<artifact name="poi-ooxml-schemas" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.poi', module='poi-ooxml-schemas', version='4.1.2')
)
libraryDependencies += "org.apache.poi" % "poi-ooxml-schemas" % "4.1.2"
[org.apache.poi/poi-ooxml-schemas "4.1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.xmlbeans : xmlbeans | jar | 3.1.0 |