Download XmlSchema-1.4.2.jar file - Jar x

Jar examples for x:XmlSchema

Description

Commons XMLSchema is a light weight schema object model that can be used to manipualte or generate a schema. It has a clean, easy to use API and can easily be integrated into an existing project since it has almost no dependancies on third party libraries.

You can download jar file XmlSchema 1.4.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add XmlSchema-1.4.2.jar to your project.

<dependency>
   <groupId>org.apache.ws.commons.schema</groupId>
   <artifactId>XmlSchema</artifactId>
   <version>1.4.2</version>
</dependency>
compile group: 'org.apache.ws.commons.schema', name: 'XmlSchema', version: '1.4.2'
libraryDependencies += "org.apache.ws.commons.schema" % "XmlSchema" % "1.4.2"
<dependency org="org.apache.ws.commons.schema" name="XmlSchema" rev="1.4.2"/>
@Grapes(@Grab(group='org.apache.ws.commons.schema', module='XmlSchema', version='1.4.2'))
'org.apache.ws.commons.schema:XmlSchema:jar:1.4.2'

Download

Click the following link to download the jar file.

XmlSchema-1.4.2.jar
XmlSchema-1.4.2-javadoc.jar
XmlSchema-1.4.2.pom
XmlSchema-1.4.2-sources.jar



Related Tutorials