| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.jackrabbit |
| Идентификатор | Идентификаторparent |
| Версия | Версия5 |
| Тип | Типpom |
| Описание |
ОписаниеApache Jackrabbit
Apache Jackrabbit is an open source project for creating and maintaining
software and documentation related to the Content Repository for Java
Technology API (JCR) and its implementation as the Apache Jackrabbit
content repository.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| parent-5.pom | 16 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.jackrabbit/parent/ -->
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>parent</artifactId>
<version>5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.jackrabbit/parent/
implementation 'org.apache.jackrabbit:parent:5'
// https://jarcasting.com/artifacts/org.apache.jackrabbit/parent/
implementation ("org.apache.jackrabbit:parent:5")
'org.apache.jackrabbit:parent:pom:5'
<dependency org="org.apache.jackrabbit" name="parent" rev="5">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.jackrabbit', module='parent', version='5')
)
libraryDependencies += "org.apache.jackrabbit" % "parent" % "5"
[org.apache.jackrabbit/parent "5"]