o

osgi-resource-locator

Used by various API providers that rely on META-INF/services mechanism to locate providers.
Sahoo
Files download
File Operation
osgi-resource-locator-2.5.0-b38.jar download
osgi-resource-locator-2.5.0-b38.pom download
osgi-resource-locator-2.5.0-b38-sources.jar download
Apache Maven
<dependency>
  <groupId>org.glassfish.hk2</groupId>
  <artifactId>osgi-resource-locator</artifactId>
  <version>2.5.0-b38</version>
</dependency>
Gradle Groovy
implementation 'org.glassfish.hk2:osgi-resource-locator:2.5.0-b38'
Gradle Kotlin
implementation("org.glassfish.hk2:osgi-resource-locator:2.5.0-b38")
Scala SBT
libraryDependencies += "org.glassfish.hk2" % "osgi-resource-locator" % "2.5.0-b38"
Groovy Grape
@Grapes(
  @Grab(group='org.glassfish.hk2', module='osgi-resource-locator', version='2.5.0-b38')
)
Apache Ivy
<dependency org="org.glassfish.hk2" name="osgi-resource-locator" rev="2.5.0-b38" />
Leiningen
[org.glassfish.hk2/osgi-resource-locator "2.5.0-b38"]
Apache Buildr
'org.glassfish.hk2:osgi-resource-locator:jar:2.5.0-b38'