is not current version
Last Version 1.4.7

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

Commons XMLSchema is a light weight schema object model that can be used to manipualte 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 dependancies on third party libraries.

GroupId

GroupId

org.apache.ws.commons.schema
ArtifactId

ArtifactId

XmlSchema
Version

Version

SNASHOT
Type

Type

jar

Download XmlSchema SNASHOT


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