XmlSchema

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.

License

License

GroupId

GroupId

org.apache.ws.commons.schema
ArtifactId

ArtifactId

XmlSchema
Last Version

Last Version

1.4.7
Release Date

Release Date

Type

Type

jar
Description

Description

XmlSchema
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.
Project URL

Project URL

http://ws.apache.org/commons/XmlSchema
Project Organization

Project Organization

The Apache Software Foundation

Download XmlSchema

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.ws.commons : ws-commons-java5 Optional jar 1.0.1

test (2)

Group / Artifact Type Version
junit : junit jar 3.8.2
xmlunit : xmlunit jar 1.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.4.7
1.4.6
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4
1.3.2
1.3.1
1.2
SNASHOT