is not current version
Last Version 1.12.0

org.apache.felix:org.apache.felix.scr.annotations 0.9.0

Annotations for generating OSGi service descriptors with Maven SCR plugin.

GroupId

GroupId

org.apache.felix
ArtifactId

ArtifactId

org.apache.felix.scr.annotations
Version

Version

0.9.0
Type

Type

jar

Download org.apache.felix.scr.annotations 0.9.0


<!-- https://jarcasting.com/artifacts/org.apache.felix/org.apache.felix.scr.annotations/ -->
<dependency>
    <groupId>org.apache.felix</groupId>
    <artifactId>org.apache.felix.scr.annotations</artifactId>
    <version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.felix/org.apache.felix.scr.annotations/
implementation 'org.apache.felix:org.apache.felix.scr.annotations:0.9.0'
// https://jarcasting.com/artifacts/org.apache.felix/org.apache.felix.scr.annotations/
implementation ("org.apache.felix:org.apache.felix.scr.annotations:0.9.0")
'org.apache.felix:org.apache.felix.scr.annotations:jar:0.9.0'
<dependency org="org.apache.felix" name="org.apache.felix.scr.annotations" rev="0.9.0">
  <artifact name="org.apache.felix.scr.annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.felix', module='org.apache.felix.scr.annotations', version='0.9.0')
)
libraryDependencies += "org.apache.felix" % "org.apache.felix.scr.annotations" % "0.9.0"
[org.apache.felix/org.apache.felix.scr.annotations "0.9.0"]