Jar examples for x:XmlSchema
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.3 in this page.
The Apache Software License, Version 2.0
You can use the following script to add XmlSchema-1.4.3.jar to your project.
<dependency> <groupId>org.apache.ws.commons.schema</groupId> <artifactId>XmlSchema</artifactId> <version>1.4.3</version> </dependency>
compile group: 'org.apache.ws.commons.schema', name: 'XmlSchema', version: '1.4.3'
libraryDependencies += "org.apache.ws.commons.schema" % "XmlSchema" % "1.4.3"
<dependency org="org.apache.ws.commons.schema" name="XmlSchema" rev="1.4.3"/>
@Grapes(@Grab(group='org.apache.ws.commons.schema', module='XmlSchema', version='1.4.3'))
'org.apache.ws.commons.schema:XmlSchema:jar:1.4.3'
Click the following link to download the jar file.
XmlSchema-1.4.3-javadoc.jar