GroupId | GroupIdorg.apache.sling |
---|---|
ArtifactId | ArtifactIdorg.apache.sling.testing.resourceresolver-mock |
Version | Version0.2.0 |
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>0.2.0</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:0.2.0'
// https://jarcasting.com/artifacts/org.apache.sling/org.apache.sling.testing.resourceresolver-mock/
implementation ("org.apache.sling:org.apache.sling.testing.resourceresolver-mock:0.2.0")
'org.apache.sling:org.apache.sling.testing.resourceresolver-mock:jar:0.2.0'
<dependency org="org.apache.sling" name="org.apache.sling.testing.resourceresolver-mock" rev="0.2.0">
<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='0.2.0')
)
libraryDependencies += "org.apache.sling" % "org.apache.sling.testing.resourceresolver-mock" % "0.2.0"
[org.apache.sling/org.apache.sling.testing.resourceresolver-mock "0.2.0"]