is not current version
Last Version 2.5.0-b42

org.glassfish.hk2:osgi-resource-locator 2.5.0-b25

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

2.5.0-b25
Type

Type

jar

Download osgi-resource-locator 2.5.0-b25


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