o

org.osgi.compendium

OSGi Compendium Release 5, Interfaces and Classes for use in compiling bundles.
http://www.osgi.org
Apache License, Version 2.0
OSGi Alliance
davidb
Files download
File Operation
org.osgi.compendium-5.0.0.jar download
org.osgi.compendium-5.0.0.pom download
org.osgi.compendium-5.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.osgi</groupId>
  <artifactId>org.osgi.compendium</artifactId>
  <version>5.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.osgi:org.osgi.compendium:5.0.0'
Gradle Kotlin
implementation("org.osgi:org.osgi.compendium:5.0.0")
Scala SBT
libraryDependencies += "org.osgi" % "org.osgi.compendium" % "5.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.osgi', module='org.osgi.compendium', version='5.0.0')
)
Apache Ivy
<dependency org="org.osgi" name="org.osgi.compendium" rev="5.0.0" />
Leiningen
[org.osgi/org.osgi.compendium "5.0.0"]
Apache Buildr
'org.osgi:org.osgi.compendium:jar:5.0.0'
Dependencies
The project has no third-party dependencies