is not current version
Last Version 2.12.2

xerces:xercesImpl 2.9.1

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.

GroupId

GroupId

xerces
ArtifactId

ArtifactId

xercesImpl
Version

Version

2.9.1
Type

Type

jar

Download xercesImpl 2.9.1


<!-- https://jarcasting.com/artifacts/xerces/xercesImpl/ -->
<dependency>
    <groupId>xerces</groupId>
    <artifactId>xercesImpl</artifactId>
    <version>2.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/xerces/xercesImpl/
implementation 'xerces:xercesImpl:2.9.1'
// https://jarcasting.com/artifacts/xerces/xercesImpl/
implementation ("xerces:xercesImpl:2.9.1")
'xerces:xercesImpl:jar:2.9.1'
<dependency org="xerces" name="xercesImpl" rev="2.9.1">
  <artifact name="xercesImpl" type="jar" />
</dependency>
@Grapes(
@Grab(group='xerces', module='xercesImpl', version='2.9.1')
)
libraryDependencies += "xerces" % "xercesImpl" % "2.9.1"
[xerces/xercesImpl "2.9.1"]