Download org.apache.sling.launchpad.bundles-5-incubator.jar file - Jar o

Jar examples for o:org.apache.sling.launchpad

Description

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.

You can download jar file org.apache.sling.launchpad.bundles 5-incubator in this page.

License

Apache License

Build File

You can use the following script to add org.apache.sling.launchpad.bundles-5-incubator.jar to your project.

<dependency>
   <groupId>org.apache.sling</groupId>
   <artifactId>org.apache.sling.launchpad.bundles</artifactId>
   <version>5-incubator</version>
</dependency>
compile group: 'org.apache.sling', name: 'org.apache.sling.launchpad.bundles', version: '5-incubator'
libraryDependencies += "org.apache.sling" % "org.apache.sling.launchpad.bundles" % "5-incubator"
<dependency org="org.apache.sling" name="org.apache.sling.launchpad.bundles" rev="5-incubator"/>
@Grapes(@Grab(group='org.apache.sling', module='org.apache.sling.launchpad.bundles', version='5-incubator'))
'org.apache.sling:org.apache.sling.launchpad.bundles:jar:5-incubator'

Download

Click the following link to download the jar file.

org.apache.sling.launchpad.bundles-5-incubator-sources.jar
org.apache.sling.launchpad.bundles-5-incubator.jar
org.apache.sling.launchpad.bundles-5-incubator.pom



Related Tutorials