o

org.apache.sling.rewriter

The Apache Sling Rewriter allows configurable post processing of any output from Apache Sling. The output can be processed by a configurable processor or a configurable pipeline.
Files download
File Operation
org.apache.sling.rewriter-1.4.4.jar download
org.apache.sling.rewriter-1.4.4.pom download
org.apache.sling.rewriter-1.4.4-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.sling</groupId>
  <artifactId>org.apache.sling.rewriter</artifactId>
  <version>1.4.4</version>
</dependency>
Gradle Groovy
implementation 'org.apache.sling:org.apache.sling.rewriter:1.4.4'
Gradle Kotlin
implementation("org.apache.sling:org.apache.sling.rewriter:1.4.4")
Scala SBT
libraryDependencies += "org.apache.sling" % "org.apache.sling.rewriter" % "1.4.4"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.sling', module='org.apache.sling.rewriter', version='1.4.4')
)
Apache Ivy
<dependency org="org.apache.sling" name="org.apache.sling.rewriter" rev="1.4.4" />
Leiningen
[org.apache.sling/org.apache.sling.rewriter "1.4.4"]
Apache Buildr
'org.apache.sling:org.apache.sling.rewriter:jar:1.4.4'
Dependencies
<parent>
  <groupId>org.apache.sling</groupId>
  <artifactId>sling-bundle-parent</artifactId>
  <version>47</version>
</parent>

provided

|-- org.apache.commons:commons-text:1.10.0

|-- org.apache.sling:org.apache.sling.api:2.18.0

|-- org.osgi:org.osgi.util.converter:1.0.9

|-- org.apache.cocoon:cocoon-serializers-charsets:1.0.0

|-- org.apache.sling:org.apache.sling.commons.html:1.0.0

|-- org.apache.sling:adapter-annotations:1.0.0

|-- org.apache.sling:org.apache.sling.serviceusermapper:1.3.0

|-- javax.servlet:javax.servlet-api

|-- org.osgi:org.osgi.annotation.versioning

|-- org.osgi:osgi.core

|-- org.osgi:org.osgi.service.component

|-- org.osgi:org.osgi.service.component.annotations

|-- org.slf4j:slf4j-api

test

|-- org.apache.sling:org.apache.sling.resource.presence:0.0.2

|-- org.apache.sling:org.apache.sling.testing.paxexam:3.1.0

|-- org.osgi:org.osgi.service.cm

|-- org.osgi:org.osgi.service.event

|-- org.osgi:org.osgi.service.log:1.4.0

|-- org.osgi:org.osgi.service.http:1.2.1

|-- junit:junit

|-- org.apache.sling:org.apache.sling.testing.sling-mock.junit4:2.3.12

|-- org.apache.sling:org.apache.sling.testing.logging-mock:2.0.0

|-- org.mockito:mockito-core:1.9.5

|-- org.apache.felix:org.apache.felix.framework:7.0.3

|-- org.jsoup:jsoup:1.15.3

|-- org.apache.servicemix.bundles:org.apache.servicemix.bundles.hamcrest:1.3_1

|-- org.ops4j.pax.exam:pax-exam:4.13.3

|-- org.ops4j.pax.exam:pax-exam-cm:4.13.3

|-- org.ops4j.pax.exam:pax-exam-container-forked:4.13.3

|-- org.ops4j.pax.exam:pax-exam-junit4:4.13.3

|-- org.ops4j.pax.exam:pax-exam-link-mvn:4.13.3