is not current version
Last Version 8.1.0

org.osgi:osgi.annotation 7.0.0

OSGi Annotation Release 7, Annotations for use in compiling bundles

GroupId

GroupId

org.osgi
ArtifactId

ArtifactId

osgi.annotation
Version

Version

7.0.0
Type

Type

jar

Download osgi.annotation 7.0.0


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