Download ooxml-schemas-1.3.jar file - Jar o

Jar examples for o:ooxml-schemas

Description

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

You can download jar file ooxml-schemas 1.3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add ooxml-schemas-1.3.jar to your project.

<dependency>
   <groupId>org.apache.poi</groupId>
   <artifactId>ooxml-schemas</artifactId>
   <version>1.3</version>
</dependency>
compile group: 'org.apache.poi', name: 'ooxml-schemas', version: '1.3'
libraryDependencies += "org.apache.poi" % "ooxml-schemas" % "1.3"
<dependency org="org.apache.poi" name="ooxml-schemas" rev="1.3"/>
@Grapes(@Grab(group='org.apache.poi', module='ooxml-schemas', version='1.3'))
'org.apache.poi:ooxml-schemas:jar:1.3'

Download

Click the following link to download the jar file.

ooxml-schemas-1.3-sources.jar
ooxml-schemas-1.3.jar
ooxml-schemas-1.3.pom



Related Tutorials