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