| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.ws.commons.schema |
| ArtifactId | ArtifactIdXmlSchema |
| Last Version | Last Version1.4.7 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionXmlSchema
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 |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| XmlSchema-1.4.7.pom | |
| XmlSchema-1.4.7.jar | 136 KB |
| XmlSchema-1.4.7-sources.jar | 133 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.ws.commons : ws-commons-java5 Optional | jar | 1.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.2 |
| xmlunit : xmlunit | jar | 1.1 |