is not current version
Last Version 1.12.0

org.apache.felix:org.apache.felix.scr.annotations 1.9.12

Annotations for generating OSGi service descriptors.

GroupId

GroupId

org.apache.felix
ArtifactId

ArtifactId

org.apache.felix.scr.annotations
Version

Version

1.9.12
Type

Type

jar

Download org.apache.felix.scr.annotations 1.9.12


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