MVN

org.apache.ws.commons.schema : XmlSchema

Maven & Gradle

Sep 22, 2010
136 usages

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.

<dependency>
    <groupId>org.apache.ws.commons.schema</groupId>
    <artifactId>XmlSchema</artifactId>
    <version>1.4.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.ws.commons.schema : XmlSchema to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.7

All Versions

Choose a version of org.apache.ws.commons.schema : XmlSchema to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
XmlSchema-1.4.7
XmlSchema-1.4.6
XmlSchema-1.4.5
XmlSchema-1.4.4
XmlSchema-1.4.3
XmlSchema-1.4.2
XmlSchema-1.4.1
1.4
XmlSchema-1.4
1.3.x
XmlSchema-1.3.2
XmlSchema-1.3.1
1.2
XmlSchema-1.2
SNASHOT
XmlSchema-SNASHOT

How to add a dependency to Maven

Add the following org.apache.ws.commons.schema : XmlSchema maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.ws.commons.schema</groupId>
    <artifactId>XmlSchema</artifactId>
    <version>1.4.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.ws.commons.schema : XmlSchema gradle dependency to your build.gradle file:

implementation 'org.apache.ws.commons.schema:XmlSchema:1.4.7'

Gradle Kotlin DSL: Add the following org.apache.ws.commons.schema : XmlSchema gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.ws.commons.schema:XmlSchema:1.4.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.ws.commons.schema : XmlSchema sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.ws.commons.schema" % "XmlSchema" % "1.4.7"

Advertisement