Download org.apache.sling.api-2.0.2-incubator.jar file - Jar o

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

Description

The Apache Sling API defines an extension to the Servlet API 2.4 to provide access to content and unified access to request parameters hiding the differences between the different methods of transferring parameters from client to server. Note that the Apache Sling API bundle does not include the Servlet API but instead requires the API to be provided by the Servlet container in which the Apache Sling framework is running or by another bundle.

You can download jar file org.apache.sling.api 2.0.2-incubator in this page.

License

Apache License

Build File

You can use the following script to add org.apache.sling.api-2.0.2-incubator.jar to your project.

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

Download

Click the following link to download the jar file.

org.apache.sling.api-2.0.2-incubator-javadoc.jar
org.apache.sling.api-2.0.2-incubator-sources.jar
org.apache.sling.api-2.0.2-incubator.jar
org.apache.sling.api-2.0.2-incubator.pom



Related Tutorials