Download org.apache.felix.scr.annotations-1.3.0.jar file - Jar o

Jar examples for o:org.apache.felix.scr

Description

Annotations for generating OSGi service descriptors with Maven SCR plugin.

You can download jar file org.apache.felix.scr.annotations 1.3.0 in this page.

License

Apache License

Build File

You can use the following script to add org.apache.felix.scr.annotations-1.3.0.jar to your project.

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

Download

Click the following link to download the jar file.

org.apache.felix.scr.annotations-1.3.0-sources.jar
org.apache.felix.scr.annotations-1.3.0.jar
org.apache.felix.scr.annotations-1.3.0.pom



Related Tutorials