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