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

Jar examples for j:jsr330activator.testbundle1

Description

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

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

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials