Categories |
CategoriesGlassFish Container Application Servers HK2 Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdorg.glassfish.hk2 |
ArtifactId | ArtifactIdosgi-resource-locator |
Version | Version2.5.0-b11 |
Type | Typejar |
<!-- 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-b11</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.hk2/osgi-resource-locator/
implementation 'org.glassfish.hk2:osgi-resource-locator:2.5.0-b11'
// https://jarcasting.com/artifacts/org.glassfish.hk2/osgi-resource-locator/
implementation ("org.glassfish.hk2:osgi-resource-locator:2.5.0-b11")
'org.glassfish.hk2:osgi-resource-locator:jar:2.5.0-b11'
<dependency org="org.glassfish.hk2" name="osgi-resource-locator" rev="2.5.0-b11">
<artifact name="osgi-resource-locator" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.hk2', module='osgi-resource-locator', version='2.5.0-b11')
)
libraryDependencies += "org.glassfish.hk2" % "osgi-resource-locator" % "2.5.0-b11"
[org.glassfish.hk2/osgi-resource-locator "2.5.0-b11"]