o

org.apache.sling.testing.tools

Sling testing utilities. This is considered DEPRECATED now, replaced by the SLING-5703 modules. We'll remove this one or move to contrib after using these new modules for some time.
Files download
File Operation
org.apache.sling.testing.tools-1.0.16.jar download
org.apache.sling.testing.tools-1.0.16.pom download
org.apache.sling.testing.tools-1.0.16-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.sling</groupId>
  <artifactId>org.apache.sling.testing.tools</artifactId>
  <version>1.0.16</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.sling:org.apache.sling.testing.tools:1.0.16'
Gradle Kotlin
implementation("org.apache.sling:org.apache.sling.testing.tools:1.0.16")
Scala SBT
libraryDependencies += "org.apache.sling" % "org.apache.sling.testing.tools" % "1.0.16"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.sling', module='org.apache.sling.testing.tools', version='1.0.16')
)
Apache Ivy
<dependency org="org.apache.sling" name="org.apache.sling.testing.tools" rev="1.0.16" />
Leiningen
[org.apache.sling/org.apache.sling.testing.tools "1.0.16"]
Apache Buildr
'org.apache.sling:org.apache.sling.testing.tools:jar:1.0.16'