MVN

org.opengis.cite.xerces : xercesImpl-xsd11

Maven & Gradle

Apr 17, 2015
10 usages

Apache Xerces2 Java - XML Schema 1.1 · A fully-conforming XML Schema 1.0 processor with partial support for the XML Schema 1.1 specifications (Part 1: Structures and Part 2: Datatypes). Xerces2 also provides a complete implementation of the following W3C Recommendations: * Extensible Markup Language (XML) 1.1 * Document Object Model (DOM) Level 3 Core * Document Object Model (DOM) Level 3 Load and Save * XML Inclusions (XInclude) Version 1.0

<dependency>
    <groupId>org.opengis.cite.xerces</groupId>
    <artifactId>xercesImpl-xsd11</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 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 to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opengis.cite.xerces</groupId>
    <artifactId>xercesImpl-xsd11</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 gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement