Download jsr330activator.testbundle3-1.0.1.jar file - Jar j

Jar examples for j:jsr330activator.testbundle3

Description

An OSGi bundle used in integration tests. This bundle exports the package containing the service definitions for HelloService3a, HelloService3b, and HelloService3c, and embeds the Jsr330BundleActivator and javax.inject and uses the Jsr330BundleActivator to find a provider for HelloService3a, HelloService3b, HelloService3c, and set up listeners for the providers' dependencies and when the dependencies arrive, expose the service to listeners.

You can download jar file jsr330activator.testbundle3 1.0.1 in this page.

Build File

You can use the following script to add jsr330activator.testbundle3-1.0.1.jar to your project.

<dependency>
   <groupId>no.steria.osgi.jsr330activator</groupId>
   <artifactId>jsr330activator.testbundle3</artifactId>
   <version>1.0.1</version>
</dependency>
compile group: 'no.steria.osgi.jsr330activator', name: 'jsr330activator.testbundle3', version: '1.0.1'
libraryDependencies += "no.steria.osgi.jsr330activator" % "jsr330activator.testbundle3" % "1.0.1"
<dependency org="no.steria.osgi.jsr330activator" name="jsr330activator.testbundle3" rev="1.0.1"/>
@Grapes(@Grab(group='no.steria.osgi.jsr330activator', module='jsr330activator.testbundle3', version='1.0.1'))
'no.steria.osgi.jsr330activator:jsr330activator.testbundle3:jar:1.0.1'

Download

Click the following link to download the jar file.

jsr330activator.testbundle3-1.0.1-javadoc.jar
jsr330activator.testbundle3-1.0.1-sources.jar
jsr330activator.testbundle3-1.0.1.jar
jsr330activator.testbundle3-1.0.1.pom



Related Tutorials