Files download
File Operation
XmlSchema-1.0.3.jar download
XmlSchema-1.0.3.pom download
XmlSchema-1.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.ws.commons</groupId>
  <artifactId>XmlSchema</artifactId>
  <version>1.0.3</version>
</dependency>
Gradle Groovy
implementation 'org.apache.ws.commons:XmlSchema:1.0.3'
Gradle Kotlin
implementation("org.apache.ws.commons:XmlSchema:1.0.3")
Scala SBT
libraryDependencies += "org.apache.ws.commons" % "XmlSchema" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.ws.commons', module='XmlSchema', version='1.0.3')
)
Apache Ivy
<dependency org="org.apache.ws.commons" name="XmlSchema" rev="1.0.3" />
Leiningen
[org.apache.ws.commons/XmlSchema "1.0.3"]
Apache Buildr
'org.apache.ws.commons:XmlSchema:jar:1.0.3'