GroupId | GroupIdorg.apache.felix |
---|---|
ArtifactId | ArtifactIdorg.apache.felix.scr.bnd |
Version | Version1.7.0 |
Type | Typejar |
<!-- 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.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.felix/org.apache.felix.scr.bnd/
implementation 'org.apache.felix:org.apache.felix.scr.bnd:1.7.0'
// https://jarcasting.com/artifacts/org.apache.felix/org.apache.felix.scr.bnd/
implementation ("org.apache.felix:org.apache.felix.scr.bnd:1.7.0")
'org.apache.felix:org.apache.felix.scr.bnd:jar:1.7.0'
<dependency org="org.apache.felix" name="org.apache.felix.scr.bnd" rev="1.7.0">
<artifact name="org.apache.felix.scr.bnd" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.felix', module='org.apache.felix.scr.bnd', version='1.7.0')
)
libraryDependencies += "org.apache.felix" % "org.apache.felix.scr.bnd" % "1.7.0"
[org.apache.felix/org.apache.felix.scr.bnd "1.7.0"]