s

sling-bundle-parent

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