| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.exquery |
| Идентификатор | Идентификаторexquery-parent |
| Версия | Версия0.2.1 |
| Тип | Типpom |
| Описание |
ОписаниеEXQuery Parent POM
The base POM for all EXQuery modules.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| exquery-parent-0.2.1.pom | 15 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.exquery/exquery-parent/ -->
<dependency>
<groupId>org.exquery</groupId>
<artifactId>exquery-parent</artifactId>
<version>0.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.exquery/exquery-parent/
implementation 'org.exquery:exquery-parent:0.2.1'
// https://jarcasting.com/artifacts/org.exquery/exquery-parent/
implementation ("org.exquery:exquery-parent:0.2.1")
'org.exquery:exquery-parent:pom:0.2.1'
<dependency org="org.exquery" name="exquery-parent" rev="0.2.1">
<artifact name="exquery-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.exquery', module='exquery-parent', version='0.2.1')
)
libraryDependencies += "org.exquery" % "exquery-parent" % "0.2.1"
[org.exquery/exquery-parent "0.2.1"]