Last Version

Apache Sling API 2.25.4

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.

License

License

GroupId

GroupId

org.apache.sling
ArtifactId

ArtifactId

org.apache.sling.api
Version

Version

2.25.4
Type

Type

jar
Description

Description

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.
Project Organization

Project Organization

The Apache Software Foundation

Download org.apache.sling.api 2.25.4


<!-- https://jarcasting.com/artifacts/org.apache.sling/org.apache.sling.api/ -->
<dependency>
    <groupId>org.apache.sling</groupId>
    <artifactId>org.apache.sling.api</artifactId>
    <version>2.25.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.sling/org.apache.sling.api/
implementation 'org.apache.sling:org.apache.sling.api:2.25.4'
// https://jarcasting.com/artifacts/org.apache.sling/org.apache.sling.api/
implementation ("org.apache.sling:org.apache.sling.api:2.25.4")
'org.apache.sling:org.apache.sling.api:jar:2.25.4'
<dependency org="org.apache.sling" name="org.apache.sling.api" rev="2.25.4">
  <artifact name="org.apache.sling.api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.sling', module='org.apache.sling.api', version='2.25.4')
)
libraryDependencies += "org.apache.sling" % "org.apache.sling.api" % "2.25.4"
[org.apache.sling/org.apache.sling.api "2.25.4"]

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains : annotations jar 23.0.0

provided (7)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.1.0
org.osgi : org.osgi.annotation.versioning jar 1.1.2
org.slf4j : slf4j-api jar 1.7.25
javax.jcr : jcr jar 2.0
org.osgi : org.osgi.util.converter jar 1.0.0
org.osgi : org.osgi.util.function jar 1.0.0
org.apache.sling : org.apache.sling.resource.filter jar 1.0.0

test (5)

Group / Artifact Type Version
junit : junit jar 4.13.2
org.hamcrest : hamcrest-library jar 1.3
org.apache.sling : org.apache.sling.commons.testing jar 2.1.0
org.mockito : mockito-core jar 2.3.7
org.apache.commons : commons-lang3 jar 3.2

Project Modules

There are no modules declared in this project.