s

sling-bundle-parent

The parent project for Apache Sling bundle modules
Files download
File Operation
sling-bundle-parent-48.pom download
Apache Maven
<dependency>
  <groupId>org.apache.sling</groupId>
  <artifactId>sling-bundle-parent</artifactId>
  <version>48</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.sling:sling-bundle-parent:48'
Gradle Kotlin
implementation("org.apache.sling:sling-bundle-parent:48")
Scala SBT
libraryDependencies += "org.apache.sling" % "sling-bundle-parent" % "48"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.sling', module='sling-bundle-parent', version='48')
)
Apache Ivy
<dependency org="org.apache.sling" name="sling-bundle-parent" rev="48" />
Leiningen
[org.apache.sling/sling-bundle-parent "48"]
Apache Buildr
'org.apache.sling:sling-bundle-parent:jar:48'