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.1.0.jar download
osgi.annotation-8.1.0.pom download
osgi.annotation-8.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.osgi</groupId>
  <artifactId>osgi.annotation</artifactId>
  <version>8.1.0</version>
</dependency>
Gradle Groovy
implementation 'org.osgi:osgi.annotation:8.1.0'
Gradle Kotlin
implementation("org.osgi:osgi.annotation:8.1.0")
Scala SBT
libraryDependencies += "org.osgi" % "osgi.annotation" % "8.1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.osgi', module='osgi.annotation', version='8.1.0')
)
Apache Ivy
<dependency org="org.osgi" name="osgi.annotation" rev="8.1.0" />
Leiningen
[org.osgi/osgi.annotation "8.1.0"]
Apache Buildr
'org.osgi:osgi.annotation:jar:8.1.0'
Dependencies
The project has no third-party dependencies