x

xercesImpl-xsd11-shaded

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).
http://xerces.apache.org/xerces2-j/
Apache License, Version 2.0
Apache Xerces Project - Project Management Committee (PMC)
文件下载
文件名 操作
xercesImpl-xsd11-shaded-2.12-beta-r1667115.jar 下载
xercesImpl-xsd11-shaded-2.12-beta-r1667115.pom 下载
xercesImpl-xsd11-shaded-2.12-beta-r1667115-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.opengis.cite.xerces</groupId>
  <artifactId>xercesImpl-xsd11-shaded</artifactId>
  <version>2.12-beta-r1667115</version>
</dependency>
Gradle Groovy
implementation 'org.opengis.cite.xerces:xercesImpl-xsd11-shaded:2.12-beta-r1667115'
Gradle Kotlin
implementation("org.opengis.cite.xerces:xercesImpl-xsd11-shaded:2.12-beta-r1667115")
Scala SBT
libraryDependencies += "org.opengis.cite.xerces" % "xercesImpl-xsd11-shaded" % "2.12-beta-r1667115"
Groovy Grape
@Grapes(
  @Grab(group='org.opengis.cite.xerces', module='xercesImpl-xsd11-shaded', version='2.12-beta-r1667115')
)
Apache Ivy
<dependency org="org.opengis.cite.xerces" name="xercesImpl-xsd11-shaded" rev="2.12-beta-r1667115" />
Leiningen
[org.opengis.cite.xerces/xercesImpl-xsd11-shaded "2.12-beta-r1667115"]
Apache Buildr
'org.opengis.cite.xerces:xercesImpl-xsd11-shaded:jar:2.12-beta-r1667115'