Download registry-3.3.0-v20070522.jar file - Jar r

Jar examples for r:registry

Description

The Eclipse extension registry allows bundles to communicate and cooperate using declarative markup and lazy instantiation. The extension mechanism is similar to OSGi services and declarative services but has some different contractual and management characteristics.

You can download jar file registry 3.3.0-v20070522 in this page.

License

GNU General Public License, version 3

Build File

You can use the following script to add registry-3.3.0-v20070522.jar to your project.

<dependency>
   <groupId>org.eclipse.equinox</groupId>
   <artifactId>registry</artifactId>
   <version>3.3.0-v20070522</version>
</dependency>
compile group: 'org.eclipse.equinox', name: 'registry', version: '3.3.0-v20070522'
libraryDependencies += "org.eclipse.equinox" % "registry" % "3.3.0-v20070522"
<dependency org="org.eclipse.equinox" name="registry" rev="3.3.0-v20070522"/>
@Grapes(@Grab(group='org.eclipse.equinox', module='registry', version='3.3.0-v20070522'))
'org.eclipse.equinox:registry:jar:3.3.0-v20070522'

Download

Click the following link to download the jar file.

registry-3.3.0-v20070522.jar
registry-3.3.0-v20070522.pom



Related Tutorials