| Группа | Группаorg.apache.sling |
|---|---|
| Идентификатор | Идентификаторsling-bundle-parent |
| Версия | Версия38 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| 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"]