не последняя версия
Последняя версия 48

org.apache.sling:sling-bundle-parent 38

The parent project for Apache Sling bundle modules

Группа

Группа

org.apache.sling
Идентификатор

Идентификатор

sling-bundle-parent
Версия

Версия

38
Тип

Тип

pom

Скачать sling-bundle-parent 38

Имя Файла Размер
sling-bundle-parent-38.pom 14 KB
Обзор

<!-- https://jarcasting.com/artifacts/org.apache.sling/sling-bundle-parent/ -->
<dependency>
    <groupId>org.apache.sling</groupId>
    <artifactId>sling-bundle-parent</artifactId>
    <version>38</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.sling/sling-bundle-parent/
implementation 'org.apache.sling:sling-bundle-parent:38'
// https://jarcasting.com/artifacts/org.apache.sling/sling-bundle-parent/
implementation ("org.apache.sling:sling-bundle-parent:38")
'org.apache.sling:sling-bundle-parent:pom:38'
<dependency org="org.apache.sling" name="sling-bundle-parent" rev="38">
  <artifact name="sling-bundle-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.sling', module='sling-bundle-parent', version='38')
)
libraryDependencies += "org.apache.sling" % "sling-bundle-parent" % "38"
[org.apache.sling/sling-bundle-parent "38"]