o

osgi.core

OSGi Core Release 7, Interfaces and Classes for use in compiling bundles
https://www.osgi.org/
Apache-2.0
OSGi Alliance
OSGi Alliance
文件下载
文件名 操作
osgi.core-7.0.0.jar 下载
osgi.core-7.0.0.pom 下载
osgi.core-7.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.osgi</groupId>
  <artifactId>osgi.core</artifactId>
  <version>7.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.osgi:osgi.core:7.0.0'
Gradle Kotlin
implementation("org.osgi:osgi.core:7.0.0")
Scala SBT
libraryDependencies += "org.osgi" % "osgi.core" % "7.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.osgi', module='osgi.core', version='7.0.0')
)
Apache Ivy
<dependency org="org.osgi" name="osgi.core" rev="7.0.0" />
Leiningen
[org.osgi/osgi.core "7.0.0"]
Apache Buildr
'org.osgi:osgi.core:jar:7.0.0'
本项目依赖
该项目无第三方依赖