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.8.1.jar download
xercesImpl-2.8.1.pom download
xercesImpl-2.8.1-sources.jar download
Apache Maven
<dependency>
  <groupId>xerces</groupId>
  <artifactId>xercesImpl</artifactId>
  <version>2.8.1</version>
</dependency>
Gradle Groovy
implementation 'xerces:xercesImpl:2.8.1'
Gradle Kotlin
implementation("xerces:xercesImpl:2.8.1")
Scala SBT
libraryDependencies += "xerces" % "xercesImpl" % "2.8.1"
Groovy Grape
@Grapes(
  @Grab(group='xerces', module='xercesImpl', version='2.8.1')
)
Apache Ivy
<dependency org="xerces" name="xercesImpl" rev="2.8.1" />
Leiningen
[xerces/xercesImpl "2.8.1"]
Apache Buildr
'xerces:xercesImpl:jar:2.8.1'