| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.jackrabbit |
| Идентификатор | Идентификаторoak-parent |
| Последняя версия | Последняя версия1.42.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеOak Parent POM
The goal of the Oak effort within the Apache Jackrabbit project is
to implement a scalable and performant hierarchical content repository
for use as the foundation of modern world-class web sites and other
demanding content applications.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| oak-parent-1.42.0.pom | 5 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.jackrabbit/oak-parent/ -->
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-parent</artifactId>
<version>1.42.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.jackrabbit/oak-parent/
implementation 'org.apache.jackrabbit:oak-parent:1.42.0'
// https://jarcasting.com/artifacts/org.apache.jackrabbit/oak-parent/
implementation ("org.apache.jackrabbit:oak-parent:1.42.0")
'org.apache.jackrabbit:oak-parent:pom:1.42.0'
<dependency org="org.apache.jackrabbit" name="oak-parent" rev="1.42.0">
<artifact name="oak-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.jackrabbit', module='oak-parent', version='1.42.0')
)
libraryDependencies += "org.apache.jackrabbit" % "oak-parent" % "1.42.0"
[org.apache.jackrabbit/oak-parent "1.42.0"]