is not current version
Last Version 48

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

The parent project for Apache Sling bundle modules

GroupId

GroupId

org.apache.sling
ArtifactId

ArtifactId

sling-bundle-parent
Version

Version

40
Type

Type

pom

Download sling-bundle-parent 40

Filename Size
sling-bundle-parent-40.pom 14 KB
Browse

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