is not current version
Last Version 2.1.2

org.apache.sling:org.apache.sling.commons.testing 2.1.0

Tools and utilities for automated testing of Sling modules

GroupId

GroupId

org.apache.sling
ArtifactId

ArtifactId

org.apache.sling.commons.testing
Version

Version

2.1.0
Type

Type

jar

Download org.apache.sling.commons.testing 2.1.0


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