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