o

osgi.core

OSGi Core Release 8, Interfaces and Classes for use in compiling bundles
https://www.osgi.org/
Apache-2.0
OSGi Alliance
OSGi Alliance
Files download
File Operation
osgi.core-8.0.0.jar download
osgi.core-8.0.0.pom download
osgi.core-8.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.osgi</groupId>
  <artifactId>osgi.core</artifactId>
  <version>8.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.osgi:osgi.core:8.0.0'
Gradle Kotlin
implementation("org.osgi:osgi.core:8.0.0")
Scala SBT
libraryDependencies += "org.osgi" % "osgi.core" % "8.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.osgi', module='osgi.core', version='8.0.0')
)
Apache Ivy
<dependency org="org.osgi" name="osgi.core" rev="8.0.0" />
Leiningen
[org.osgi/osgi.core "8.0.0"]
Apache Buildr
'org.osgi:osgi.core:jar:8.0.0'
Dependencies