Download adapter-annotations-1.0.0.jar file - Jar a

Jar examples for a:adapter-annotations

Description

Annotations used to generate Sling Adapter metadata

You can download jar file adapter-annotations 1.0.0 in this page.

License

Apache License

Build File

You can use the following script to add adapter-annotations-1.0.0.jar to your project.

<dependency>
   <groupId>org.apache.sling</groupId>
   <artifactId>adapter-annotations</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'org.apache.sling', name: 'adapter-annotations', version: '1.0.0'
libraryDependencies += "org.apache.sling" % "adapter-annotations" % "1.0.0"
<dependency org="org.apache.sling" name="adapter-annotations" rev="1.0.0"/>
@Grapes(@Grab(group='org.apache.sling', module='adapter-annotations', version='1.0.0'))
'org.apache.sling:adapter-annotations:jar:1.0.0'

Download

Click the following link to download the jar file.

adapter-annotations-1.0.0-javadoc.jar
adapter-annotations-1.0.0-sources.jar
adapter-annotations-1.0.0.jar
adapter-annotations-1.0.0.pom



Related Tutorials