Download osgi-resource-locator-1.0.1.jar file - Jar o

Jar examples for o:osgi-resource-locator

Description

Used by various API providers that rely on META-INF/services mechanism to locate providers.

You can download jar file osgi-resource-locator 1.0.1 in this page.

License

CDDL + GPLv2 with classpath exception

Build File

You can use the following script to add osgi-resource-locator-1.0.1.jar to your project.

<dependency>
   <groupId>org.glassfish.hk2</groupId>
   <artifactId>osgi-resource-locator</artifactId>
   <version>1.0.1</version>
</dependency>
compile group: 'org.glassfish.hk2', name: 'osgi-resource-locator', version: '1.0.1'
libraryDependencies += "org.glassfish.hk2" % "osgi-resource-locator" % "1.0.1"
<dependency org="org.glassfish.hk2" name="osgi-resource-locator" rev="1.0.1"/>
@Grapes(@Grab(group='org.glassfish.hk2', module='osgi-resource-locator', version='1.0.1'))
'org.glassfish.hk2:osgi-resource-locator:jar:1.0.1'

Download

Click the following link to download the jar file.

osgi-resource-locator-1.0.1.jar
osgi-resource-locator-1.0.1-javadoc.jar
osgi-resource-locator-1.0.1.pom
osgi-resource-locator-1.0.1-sources.jar



Related Tutorials