GroupId | GroupIdorg.apache.felix |
---|---|
ArtifactId | ArtifactIdorg.apache.felix.scr.ds-annotations |
Version | Version1.2.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.felix/org.apache.felix.scr.ds-annotations/ -->
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.scr.ds-annotations</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.felix/org.apache.felix.scr.ds-annotations/
implementation 'org.apache.felix:org.apache.felix.scr.ds-annotations:1.2.2'
// https://jarcasting.com/artifacts/org.apache.felix/org.apache.felix.scr.ds-annotations/
implementation ("org.apache.felix:org.apache.felix.scr.ds-annotations:1.2.2")
'org.apache.felix:org.apache.felix.scr.ds-annotations:jar:1.2.2'
<dependency org="org.apache.felix" name="org.apache.felix.scr.ds-annotations" rev="1.2.2">
<artifact name="org.apache.felix.scr.ds-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.felix', module='org.apache.felix.scr.ds-annotations', version='1.2.2')
)
libraryDependencies += "org.apache.felix" % "org.apache.felix.scr.ds-annotations" % "1.2.2"
[org.apache.felix/org.apache.felix.scr.ds-annotations "1.2.2"]