MVN

org.apache.sling : org.apache.sling.launchpad.bundles

Maven & Gradle

May 13, 2009
3 usages

Apache Sling Launchpad Bundles Collection · This projects just collects together the bundles which make up the Apache Sling Launchpad distribution. It is included by both the Apache Sling Launchpad App for the Standalone Application and the the Apache Sling Launchpad Web App for the Web Application.

<dependency>
    <groupId>org.apache.sling</groupId>
    <artifactId>org.apache.sling.launchpad.bundles</artifactId>
    <version>5-incubator</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.sling : org.apache.sling.launchpad.bundles to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5-incubator

All Versions

Choose a version of org.apache.sling : org.apache.sling.launchpad.bundles to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5
org.apache.sling.launchpad.bundles-5-incubator

How to add a dependency to Maven

Add the following org.apache.sling : org.apache.sling.launchpad.bundles maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.sling</groupId>
    <artifactId>org.apache.sling.launchpad.bundles</artifactId>
    <version>5-incubator</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.sling : org.apache.sling.launchpad.bundles gradle dependency to your build.gradle file:

implementation 'org.apache.sling:org.apache.sling.launchpad.bundles:5-incubator'

Gradle Kotlin DSL: Add the following org.apache.sling : org.apache.sling.launchpad.bundles gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.sling:org.apache.sling.launchpad.bundles:5-incubator")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.sling : org.apache.sling.launchpad.bundles sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.sling" % "org.apache.sling.launchpad.bundles" % "5-incubator"