Jar examples for j:jsr330activator.testbundle1
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.1.0 in this page.
You can use the following script to add jsr330activator.testbundle1-1.1.0.jar to your project.
<dependency> <groupId>no.steria.osgi.jsr330activator</groupId> <artifactId>jsr330activator.testbundle1</artifactId> <version>1.1.0</version> </dependency>
compile group: 'no.steria.osgi.jsr330activator', name: 'jsr330activator.testbundle1', version: '1.1.0'
libraryDependencies += "no.steria.osgi.jsr330activator" % "jsr330activator.testbundle1" % "1.1.0"
<dependency org="no.steria.osgi.jsr330activator" name="jsr330activator.testbundle1" rev="1.1.0"/>
@Grapes(@Grab(group='no.steria.osgi.jsr330activator', module='jsr330activator.testbundle1', version='1.1.0'))
'no.steria.osgi.jsr330activator:jsr330activator.testbundle1:jar:1.1.0'
Click the following link to download the jar file.
jsr330activator.testbundle1-1.1.0-javadoc.jar