is not current version
Last Version 1.1

org.apache.ws.commons:XmlSchema 1.0.3

XmlSchema API

GroupId

GroupId

org.apache.ws.commons
ArtifactId

ArtifactId

XmlSchema
Version

Version

1.0.3
Type

Type

jar

Download XmlSchema 1.0.3


<!-- https://jarcasting.com/artifacts/org.apache.ws.commons/XmlSchema/ -->
<dependency>
    <groupId>org.apache.ws.commons</groupId>
    <artifactId>XmlSchema</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.ws.commons/XmlSchema/
implementation 'org.apache.ws.commons:XmlSchema:1.0.3'
// https://jarcasting.com/artifacts/org.apache.ws.commons/XmlSchema/
implementation ("org.apache.ws.commons:XmlSchema:1.0.3")
'org.apache.ws.commons:XmlSchema:jar:1.0.3'
<dependency org="org.apache.ws.commons" name="XmlSchema" rev="1.0.3">
  <artifact name="XmlSchema" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.ws.commons', module='XmlSchema', version='1.0.3')
)
libraryDependencies += "org.apache.ws.commons" % "XmlSchema" % "1.0.3"
[org.apache.ws.commons/XmlSchema "1.0.3"]