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