MVN

org.opengis.cite.xerces : xercesImpl-xsd11-shaded

Maven & Gradle

Jun 24, 2016
1 usages

Apache Xerces2 Java - XML Schema 1.1 · An XML Schema processor with preliminary support for the W3C XML Schema 1.1 Recommendation (in two parts). This artifact was sourced from the xml-schema-1.1-dev branch (r1667115) and built using JDK 7. The org.apache.xerces and org.eclipse.wst packages are relocated to avoid conflicts with other components that depend on the latest public Xerces release (2.11.0).

<dependency>
    <groupId>org.opengis.cite.xerces</groupId>
    <artifactId>xercesImpl-xsd11-shaded</artifactId>
    <version>2.12-beta-r1667115</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opengis.cite.xerces : xercesImpl-xsd11-shaded to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.12-beta-r1667115
  • Latest Beta: 2.12-beta-r1667115

All Versions

Choose a version of org.opengis.cite.xerces : xercesImpl-xsd11-shaded to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.12
xercesImpl-xsd11-shaded-2.12-beta-r1667115

How to add a dependency to Maven

Add the following org.opengis.cite.xerces : xercesImpl-xsd11-shaded maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.opengis.cite.xerces</groupId>
    <artifactId>xercesImpl-xsd11-shaded</artifactId>
    <version>2.12-beta-r1667115</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opengis.cite.xerces : xercesImpl-xsd11-shaded gradle dependency to your build.gradle file:

implementation 'org.opengis.cite.xerces:xercesImpl-xsd11-shaded:2.12-beta-r1667115'

Gradle Kotlin DSL: Add the following org.opengis.cite.xerces : xercesImpl-xsd11-shaded gradle kotlin dependency to your build.gradle.kts file:

implementation("org.opengis.cite.xerces:xercesImpl-xsd11-shaded:2.12-beta-r1667115")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opengis.cite.xerces : xercesImpl-xsd11-shaded sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opengis.cite.xerces" % "xercesImpl-xsd11-shaded" % "2.12-beta-r1667115"