is not current version
Last Version 1.9.6

org.apache.felix:org.apache.felix.scr.bnd 1.9.2

Implements a Bnd scrplugin to generate Declarative Services and Metatype Service descriptors from Java 5 annotations and/or JavaDoc tags.

GroupId

GroupId

org.apache.felix
ArtifactId

ArtifactId

org.apache.felix.scr.bnd
Version

Version

1.9.2
Type

Type

jar

Download org.apache.felix.scr.bnd 1.9.2


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