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-b35.jar download
osgi-resource-locator-2.5.0-b35.pom download
osgi-resource-locator-2.5.0-b35-sources.jar download
Apache Maven
<dependency>
  <groupId>org.glassfish.hk2</groupId>
  <artifactId>osgi-resource-locator</artifactId>
  <version>2.5.0-b35</version>
</dependency>
Gradle Groovy
implementation 'org.glassfish.hk2:osgi-resource-locator:2.5.0-b35'
Gradle Kotlin
implementation("org.glassfish.hk2:osgi-resource-locator:2.5.0-b35")
Scala SBT
libraryDependencies += "org.glassfish.hk2" % "osgi-resource-locator" % "2.5.0-b35"
Groovy Grape
@Grapes(
  @Grab(group='org.glassfish.hk2', module='osgi-resource-locator', version='2.5.0-b35')
)
Apache Ivy
<dependency org="org.glassfish.hk2" name="osgi-resource-locator" rev="2.5.0-b35" />
Leiningen
[org.glassfish.hk2/osgi-resource-locator "2.5.0-b35"]
Apache Buildr
'org.glassfish.hk2:osgi-resource-locator:jar:2.5.0-b35'