o

org.apache.sling.api

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.
Files download
File Operation
org.apache.sling.api-2.9.0.jar download
org.apache.sling.api-2.9.0.pom download
org.apache.sling.api-2.9.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.sling</groupId>
  <artifactId>org.apache.sling.api</artifactId>
  <version>2.9.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.sling:org.apache.sling.api:2.9.0'
Gradle Kotlin
implementation("org.apache.sling:org.apache.sling.api:2.9.0")
Scala SBT
libraryDependencies += "org.apache.sling" % "org.apache.sling.api" % "2.9.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.sling', module='org.apache.sling.api', version='2.9.0')
)
Apache Ivy
<dependency org="org.apache.sling" name="org.apache.sling.api" rev="2.9.0" />
Leiningen
[org.apache.sling/org.apache.sling.api "2.9.0"]
Apache Buildr
'org.apache.sling:org.apache.sling.api:jar:2.9.0'