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

Jar examples for j:jsr330activator.testbundle2

Description

An OSGi bundle used in integration tests. This bundle exports the package containing the service definition for HelloService2 and embeds the Jsr330BundleActivator and imports javax.inject from the OSGi runtime and uses the Jsr330BundleActivator to find a provider for HelloService2 and expose the service to listeners.

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

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials