o

org.apache.sling.superimposing

Allows to mirror resource trees and superimposing resources. All changes from the master tree are reflected to the mirrored tree. It is possible to add or overlay resources in the mirrored tree.
Files download
File Operation
org.apache.sling.superimposing-0.2.0.jar download
org.apache.sling.superimposing-0.2.0.pom download
org.apache.sling.superimposing-0.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.sling</groupId>
  <artifactId>org.apache.sling.superimposing</artifactId>
  <version>0.2.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.sling:org.apache.sling.superimposing:0.2.0'
Gradle Kotlin
implementation("org.apache.sling:org.apache.sling.superimposing:0.2.0")
Scala SBT
libraryDependencies += "org.apache.sling" % "org.apache.sling.superimposing" % "0.2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.sling', module='org.apache.sling.superimposing', version='0.2.0')
)
Apache Ivy
<dependency org="org.apache.sling" name="org.apache.sling.superimposing" rev="0.2.0" />
Leiningen
[org.apache.sling/org.apache.sling.superimposing "0.2.0"]
Apache Buildr
'org.apache.sling:org.apache.sling.superimposing:jar:0.2.0'