o

osgi.core

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