x

xercesImpl

Xerces2 is the next generation of high performance, fully compliant XML parsers in the Apache Xerces family. This new version of Xerces introduces the Xerces Native Interface (XNI), a complete framework for building parser components and configurations that is extremely modular and easy to program.
http://xerces.apache.org/xerces2-j
Files download
File Operation
xercesImpl-2.9.0.jar download
xercesImpl-2.9.0.pom download
Apache Maven
<dependency>
  <groupId>xerces</groupId>
  <artifactId>xercesImpl</artifactId>
  <version>2.9.0</version>
</dependency>
Gradle Groovy
implementation 'xerces:xercesImpl:2.9.0'
Gradle Kotlin
implementation("xerces:xercesImpl:2.9.0")
Scala SBT
libraryDependencies += "xerces" % "xercesImpl" % "2.9.0"
Groovy Grape
@Grapes(
  @Grab(group='xerces', module='xercesImpl', version='2.9.0')
)
Apache Ivy
<dependency org="xerces" name="xercesImpl" rev="2.9.0" />
Leiningen
[xerces/xercesImpl "2.9.0"]
Apache Buildr
'xerces:xercesImpl:jar:2.9.0'