| Группа | Группаorg.apache.sling |
|---|---|
| Идентификатор | Идентификаторsling-bundle-parent |
| Версия | Версия37 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| sling-bundle-parent-37.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>37</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.sling/sling-bundle-parent/
implementation 'org.apache.sling:sling-bundle-parent:37'
// https://jarcasting.com/artifacts/org.apache.sling/sling-bundle-parent/
implementation ("org.apache.sling:sling-bundle-parent:37")
'org.apache.sling:sling-bundle-parent:pom:37'
<dependency org="org.apache.sling" name="sling-bundle-parent" rev="37">
<artifact name="sling-bundle-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.sling', module='sling-bundle-parent', version='37')
)
libraryDependencies += "org.apache.sling" % "sling-bundle-parent" % "37"
[org.apache.sling/sling-bundle-parent "37"]