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