License |
License |
---|---|
GroupId | GroupIdorg.apache.sling |
ArtifactId | ArtifactIdadapter-annotations |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSling Adapter Annotations
Annotations used to generate Sling Adapter metadata
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.apache.sling/adapter-annotations/ -->
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>adapter-annotations</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.sling/adapter-annotations/
implementation 'org.apache.sling:adapter-annotations:1.0.0'
// https://jarcasting.com/artifacts/org.apache.sling/adapter-annotations/
implementation ("org.apache.sling:adapter-annotations:1.0.0")
'org.apache.sling:adapter-annotations:jar:1.0.0'
<dependency org="org.apache.sling" name="adapter-annotations" rev="1.0.0">
<artifact name="adapter-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.sling', module='adapter-annotations', version='1.0.0')
)
libraryDependencies += "org.apache.sling" % "adapter-annotations" % "1.0.0"
[org.apache.sling/adapter-annotations "1.0.0"]