не последняя версия
Последняя версия 2.12.2

xerces:xercesImpl 2.3.0


Группа

Группа

xerces
Идентификатор

Идентификатор

xercesImpl
Версия

Версия

2.3.0
Тип

Тип

jar

Скачать xercesImpl 2.3.0

Имя Файла Размер
xercesImpl-2.3.0.pom
xercesImpl-2.3.0.jar 864 KB
Обзор

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