is not current version
Last Version 1.4

org.apache.poi:ooxml-schemas 1.0

XmlBeans generated from the Ecma supplied xsds: http://www.ecma-international.org/publications/files/ECMA-ST/Office%20Open%20XML%20Part%204%20(DOCX).zip

GroupId

GroupId

org.apache.poi
ArtifactId

ArtifactId

ooxml-schemas
Version

Version

1.0
Type

Type

jar

Download ooxml-schemas 1.0


<!-- https://jarcasting.com/artifacts/org.apache.poi/ooxml-schemas/ -->
<dependency>
    <groupId>org.apache.poi</groupId>
    <artifactId>ooxml-schemas</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.poi/ooxml-schemas/
implementation 'org.apache.poi:ooxml-schemas:1.0'
// https://jarcasting.com/artifacts/org.apache.poi/ooxml-schemas/
implementation ("org.apache.poi:ooxml-schemas:1.0")
'org.apache.poi:ooxml-schemas:jar:1.0'
<dependency org="org.apache.poi" name="ooxml-schemas" rev="1.0">
  <artifact name="ooxml-schemas" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.poi', module='ooxml-schemas', version='1.0')
)
libraryDependencies += "org.apache.poi" % "ooxml-schemas" % "1.0"
[org.apache.poi/ooxml-schemas "1.0"]