GroupId | GroupIdorg.apache.sling |
---|---|
ArtifactId | ArtifactIdorg.apache.sling.testing.resourceresolver-mock |
Version | Version1.1.14 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.sling/org.apache.sling.testing.resourceresolver-mock/ -->
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.testing.resourceresolver-mock</artifactId>
<version>1.1.14</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.sling/org.apache.sling.testing.resourceresolver-mock/
implementation 'org.apache.sling:org.apache.sling.testing.resourceresolver-mock:1.1.14'
// https://jarcasting.com/artifacts/org.apache.sling/org.apache.sling.testing.resourceresolver-mock/
implementation ("org.apache.sling:org.apache.sling.testing.resourceresolver-mock:1.1.14")
'org.apache.sling:org.apache.sling.testing.resourceresolver-mock:jar:1.1.14'
<dependency org="org.apache.sling" name="org.apache.sling.testing.resourceresolver-mock" rev="1.1.14">
<artifact name="org.apache.sling.testing.resourceresolver-mock" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.sling', module='org.apache.sling.testing.resourceresolver-mock', version='1.1.14')
)
libraryDependencies += "org.apache.sling" % "org.apache.sling.testing.resourceresolver-mock" % "1.1.14"
[org.apache.sling/org.apache.sling.testing.resourceresolver-mock "1.1.14"]