Download ooxml-schemas-1.0.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.0 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

ooxml-schemas-1.0.jar
ooxml-schemas-1.0.pom



Related Tutorials