o

org.osgi.service.http.whiteboard

OSGi Companion Code for org.osgi.service.http.whiteboard Version 1.1.1
https://docs.osgi.org/
Apache-2.0
Eclipse Foundation
OSGi Working Group
文件下载
文件名 操作
org.osgi.service.http.whiteboard-1.1.1.jar 下载
org.osgi.service.http.whiteboard-1.1.1.pom 下载
org.osgi.service.http.whiteboard-1.1.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.osgi</groupId>
  <artifactId>org.osgi.service.http.whiteboard</artifactId>
  <version>1.1.1</version>
</dependency>
Gradle Groovy
implementation 'org.osgi:org.osgi.service.http.whiteboard:1.1.1'
Gradle Kotlin
implementation("org.osgi:org.osgi.service.http.whiteboard:1.1.1")
Scala SBT
libraryDependencies += "org.osgi" % "org.osgi.service.http.whiteboard" % "1.1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.osgi', module='org.osgi.service.http.whiteboard', version='1.1.1')
)
Apache Ivy
<dependency org="org.osgi" name="org.osgi.service.http.whiteboard" rev="1.1.1" />
Leiningen
[org.osgi/org.osgi.service.http.whiteboard "1.1.1"]
Apache Buildr
'org.osgi:org.osgi.service.http.whiteboard:jar:1.1.1'