| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.ws.commons |
| ArtifactId | ArtifactIdXmlSchema |
| Last Version | Last Version1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionXmlSchema
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.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| XmlSchema-1.1.pom | |
| XmlSchema-1.1.jar | 124 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.ws.commons/XmlSchema/ -->
<dependency>
<groupId>org.apache.ws.commons</groupId>
<artifactId>XmlSchema</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.ws.commons/XmlSchema/
implementation 'org.apache.ws.commons:XmlSchema:1.1'
// https://jarcasting.com/artifacts/org.apache.ws.commons/XmlSchema/
implementation ("org.apache.ws.commons:XmlSchema:1.1")
'org.apache.ws.commons:XmlSchema:jar:1.1'
<dependency org="org.apache.ws.commons" name="XmlSchema" rev="1.1">
<artifact name="XmlSchema" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.ws.commons', module='XmlSchema', version='1.1')
)
libraryDependencies += "org.apache.ws.commons" % "XmlSchema" % "1.1"
[org.apache.ws.commons/XmlSchema "1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| stax : stax-api | jar | 1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.2 |
| xmlunit : xmlunit | jar | 1.0 |