is not current version
Last Version 2.5.0-b42

org.glassfish.hk2:osgi-resource-locator 1.0.2

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

Categories

Categories

GlassFish Container Application Servers HK2 Application Layer Libs Dependency Injection
GroupId

GroupId

org.glassfish.hk2
ArtifactId

ArtifactId

osgi-resource-locator
Version

Version

1.0.2
Type

Type

jar

Download osgi-resource-locator 1.0.2


<!-- https://jarcasting.com/artifacts/org.glassfish.hk2/osgi-resource-locator/ -->
<dependency>
    <groupId>org.glassfish.hk2</groupId>
    <artifactId>osgi-resource-locator</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.hk2/osgi-resource-locator/
implementation 'org.glassfish.hk2:osgi-resource-locator:1.0.2'
// https://jarcasting.com/artifacts/org.glassfish.hk2/osgi-resource-locator/
implementation ("org.glassfish.hk2:osgi-resource-locator:1.0.2")
'org.glassfish.hk2:osgi-resource-locator:jar:1.0.2'
<dependency org="org.glassfish.hk2" name="osgi-resource-locator" rev="1.0.2">
  <artifact name="osgi-resource-locator" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.hk2', module='osgi-resource-locator', version='1.0.2')
)
libraryDependencies += "org.glassfish.hk2" % "osgi-resource-locator" % "1.0.2"
[org.glassfish.hk2/osgi-resource-locator "1.0.2"]