| Категории |
КатегорииeXist Данные Базы данных |
|---|---|
| Группа | Группаorg.exist-db |
| Идентификатор | Идентификаторexist-expath |
| Версия | Версия5.4.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| exist-expath-5.4.0.pom | |
| exist-expath-5.4.0.jar | 38 KB |
| exist-expath-5.4.0-sources.jar | 25 KB |
| exist-expath-5.4.0-javadoc.jar | 113 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.exist-db/exist-expath/ -->
<dependency>
<groupId>org.exist-db</groupId>
<artifactId>exist-expath</artifactId>
<version>5.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.exist-db/exist-expath/
implementation 'org.exist-db:exist-expath:5.4.0'
// https://jarcasting.com/artifacts/org.exist-db/exist-expath/
implementation ("org.exist-db:exist-expath:5.4.0")
'org.exist-db:exist-expath:jar:5.4.0'
<dependency org="org.exist-db" name="exist-expath" rev="5.4.0">
<artifact name="exist-expath" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.exist-db', module='exist-expath', version='5.4.0')
)
libraryDependencies += "org.exist-db" % "exist-expath" % "5.4.0"
[org.exist-db/exist-expath "5.4.0"]