is not current version
Last Version 1.4.7

org.apache.ws.commons.schema:XmlSchema 1.4.3

Commons XMLSchema is a light weight schema object model that can be used to manipulate or generate a schema. It has a clean, easy to use API and can easily be integrated into an existing project since it has almost no dependencies on third party libraries.

GroupId

GroupId

org.apache.ws.commons.schema
ArtifactId

ArtifactId

XmlSchema
Version

Version

1.4.3
Type

Type

jar

Download XmlSchema 1.4.3


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