is not current version
Last Version 8.1.0

org.osgi:osgi.annotation 6.0.1

OSGi Annotation Release 6, Annotations for use in compiling bundles.

GroupId

GroupId

org.osgi
ArtifactId

ArtifactId

osgi.annotation
Version

Version

6.0.1
Type

Type

jar

Download osgi.annotation 6.0.1


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