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