Download geronimo-osgi-registry-1.0.jar file - Jar g

Jar examples for g:geronimo-osgi-registry

Description

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.

You can download jar file geronimo-osgi-registry 1.0 in this page.

License

Apache License

Build File

You can use the following script to add geronimo-osgi-registry-1.0.jar to your project.

<dependency>
   <groupId>org.apache.geronimo.specs</groupId>
   <artifactId>geronimo-osgi-registry</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'org.apache.geronimo.specs', name: 'geronimo-osgi-registry', version: '1.0'
libraryDependencies += "org.apache.geronimo.specs" % "geronimo-osgi-registry" % "1.0"
<dependency org="org.apache.geronimo.specs" name="geronimo-osgi-registry" rev="1.0"/>
@Grapes(@Grab(group='org.apache.geronimo.specs', module='geronimo-osgi-registry', version='1.0'))
'org.apache.geronimo.specs:geronimo-osgi-registry:jar:1.0'

Download

Click the following link to download the jar file.

geronimo-osgi-registry-1.0-javadoc.jar
geronimo-osgi-registry-1.0-sources.jar
geronimo-osgi-registry-1.0.jar
geronimo-osgi-registry-1.0.pom



Related Tutorials