g

geronimo-osgi-locator

This bundle is not used as a standalone unit, but contains classes that should be copied into another bundle as a private package.
文件下载
文件名 操作
geronimo-osgi-locator-1.0.jar 下载
geronimo-osgi-locator-1.0.pom 下载
geronimo-osgi-locator-1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.geronimo.specs</groupId>
  <artifactId>geronimo-osgi-locator</artifactId>
  <version>1.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.geronimo.specs:geronimo-osgi-locator:1.0'
Gradle Kotlin
implementation("org.apache.geronimo.specs:geronimo-osgi-locator:1.0")
Scala SBT
libraryDependencies += "org.apache.geronimo.specs" % "geronimo-osgi-locator" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.geronimo.specs', module='geronimo-osgi-locator', version='1.0')
)
Apache Ivy
<dependency org="org.apache.geronimo.specs" name="geronimo-osgi-locator" rev="1.0" />
Leiningen
[org.apache.geronimo.specs/geronimo-osgi-locator "1.0"]
Apache Buildr
'org.apache.geronimo.specs:geronimo-osgi-locator:jar:1.0'