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