License |
License |
---|---|
Categories |
CategoriesGlassFish Container Application Servers HK2 Application Layer Libs Dependency Injection |
GroupId | GroupIdorg.glassfish.hk2 |
ArtifactId | ArtifactIdosgi-resource-locator |
Last Version | Last Version2.5.0-b42 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOSGi resource locator
Used by various API providers that rely on META-INF/services mechanism to locate providers.
|
Project Organization |
Project Organization |
<!-- 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-b42</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.hk2/osgi-resource-locator/
implementation 'org.glassfish.hk2:osgi-resource-locator:2.5.0-b42'
// https://jarcasting.com/artifacts/org.glassfish.hk2/osgi-resource-locator/
implementation ("org.glassfish.hk2:osgi-resource-locator:2.5.0-b42")
'org.glassfish.hk2:osgi-resource-locator:jar:2.5.0-b42'
<dependency org="org.glassfish.hk2" name="osgi-resource-locator" rev="2.5.0-b42">
<artifact name="osgi-resource-locator" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.hk2', module='osgi-resource-locator', version='2.5.0-b42')
)
libraryDependencies += "org.glassfish.hk2" % "osgi-resource-locator" % "2.5.0-b42"
[org.glassfish.hk2/osgi-resource-locator "2.5.0-b42"]
Group / Artifact | Type | Version |
---|---|---|
org.osgi : org.osgi.core | jar | 4.2.0 |
org.osgi : org.osgi.compendium | jar | 4.2.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.easymock : easymock | jar | 3.0 |