is not current version
Last Version 2.5.0-b42

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

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.3
Type

Type

jar

Download osgi-resource-locator 1.0.3


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