o

osgi.annotation

OSGi Annotation Release 8, Annotations for use in compiling bundles
https://docs.osgi.org/
Apache-2.0
Eclipse Foundation
OSGi Working Group
Files download
File Operation
osgi.annotation-8.0.1.jar download
osgi.annotation-8.0.1.pom download
osgi.annotation-8.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.osgi</groupId>
  <artifactId>osgi.annotation</artifactId>
  <version>8.0.1</version>
</dependency>
Gradle Groovy
implementation 'org.osgi:osgi.annotation:8.0.1'
Gradle Kotlin
implementation("org.osgi:osgi.annotation:8.0.1")
Scala SBT
libraryDependencies += "org.osgi" % "osgi.annotation" % "8.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.osgi', module='osgi.annotation', version='8.0.1')
)
Apache Ivy
<dependency org="org.osgi" name="osgi.annotation" rev="8.0.1" />
Leiningen
[org.osgi/osgi.annotation "8.0.1"]
Apache Buildr
'org.osgi:osgi.annotation:jar:8.0.1'
Dependencies
The project has no third-party dependencies