X

XmlSchema

Commons XMLSchema is a light weight schema object model that can be used to manipulate 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 dependencies on third party libraries.
http://ws.apache.org/commons/XmlSchema
The Apache Software License, Version 2.0
The Apache Software Foundation
Files download
File Operation
XmlSchema-1.4.3.jar download
XmlSchema-1.4.3.pom download
XmlSchema-1.4.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.ws.commons.schema</groupId>
  <artifactId>XmlSchema</artifactId>
  <version>1.4.3</version>
</dependency>
Gradle Groovy
implementation 'org.apache.ws.commons.schema:XmlSchema:1.4.3'
Gradle Kotlin
implementation("org.apache.ws.commons.schema:XmlSchema:1.4.3")
Scala SBT
libraryDependencies += "org.apache.ws.commons.schema" % "XmlSchema" % "1.4.3"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.ws.commons.schema', module='XmlSchema', version='1.4.3')
)
Apache Ivy
<dependency org="org.apache.ws.commons.schema" name="XmlSchema" rev="1.4.3" />
Leiningen
[org.apache.ws.commons.schema/XmlSchema "1.4.3"]
Apache Buildr
'org.apache.ws.commons.schema:XmlSchema:jar:1.4.3'