g

geronimo-osgi-registry

This bundle contains an extender that facilitates the use of Geronimo spec providers (components typically plugged in to the JRE through META-INF/services resources). The service created by this extender will maintain a registry of factory class implementations that can be used by the spec bundles to locate factory classes that reside in other bundles.
文件下载
文件名 操作
geronimo-osgi-registry-1.1.jar 下载
geronimo-osgi-registry-1.1.pom 下载
geronimo-osgi-registry-1.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.geronimo.specs</groupId>
  <artifactId>geronimo-osgi-registry</artifactId>
  <version>1.1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.geronimo.specs:geronimo-osgi-registry:1.1'
Gradle Kotlin
implementation("org.apache.geronimo.specs:geronimo-osgi-registry:1.1")
Scala SBT
libraryDependencies += "org.apache.geronimo.specs" % "geronimo-osgi-registry" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.geronimo.specs', module='geronimo-osgi-registry', version='1.1')
)
Apache Ivy
<dependency org="org.apache.geronimo.specs" name="geronimo-osgi-registry" rev="1.1" />
Leiningen
[org.apache.geronimo.specs/geronimo-osgi-registry "1.1"]
Apache Buildr
'org.apache.geronimo.specs:geronimo-osgi-registry:jar:1.1'