is not current version
Last Version 1.1

org.apache.ws.commons:XmlSchema 1.0

XmlSchema API

GroupId

GroupId

org.apache.ws.commons
ArtifactId

ArtifactId

XmlSchema
Version

Version

1.0
Type

Type

jar

Download XmlSchema 1.0


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