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