| Группа | Группаactivesoap |
|---|---|
| Идентификатор | ИдентификаторxercesImpl |
| Последняя версия | Последняя версия1.5 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание |
| Имя Файла | Размер |
|---|---|
| xercesImpl-1.5.pom | |
| xercesImpl-1.5.jar | 2 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/activesoap/xercesImpl/ -->
<dependency>
<groupId>activesoap</groupId>
<artifactId>xercesImpl</artifactId>
<version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/activesoap/xercesImpl/
implementation 'activesoap:xercesImpl:1.5'
// https://jarcasting.com/artifacts/activesoap/xercesImpl/
implementation ("activesoap:xercesImpl:1.5")
'activesoap:xercesImpl:jar:1.5'
<dependency org="activesoap" name="xercesImpl" rev="1.5">
<artifact name="xercesImpl" type="jar" />
</dependency>
@Grapes(
@Grab(group='activesoap', module='xercesImpl', version='1.5')
)
libraryDependencies += "activesoap" % "xercesImpl" % "1.5"
[activesoap/xercesImpl "1.5"]