Categories |
CategoriesGlassFish Container Application Servers HK2 Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdorg.glassfish.hk2 |
ArtifactId | ArtifactIdhk2-locator-no-proxies |
Version | Version3.0.0-RC1 |
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>3.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.hk2/hk2-locator-no-proxies/
implementation 'org.glassfish.hk2:hk2-locator-no-proxies:3.0.0-RC1'
// https://jarcasting.com/artifacts/org.glassfish.hk2/hk2-locator-no-proxies/
implementation ("org.glassfish.hk2:hk2-locator-no-proxies:3.0.0-RC1")
'org.glassfish.hk2:hk2-locator-no-proxies:jar:3.0.0-RC1'
<dependency org="org.glassfish.hk2" name="hk2-locator-no-proxies" rev="3.0.0-RC1">
<artifact name="hk2-locator-no-proxies" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.hk2', module='hk2-locator-no-proxies', version='3.0.0-RC1')
)
libraryDependencies += "org.glassfish.hk2" % "hk2-locator-no-proxies" % "3.0.0-RC1"
[org.glassfish.hk2/hk2-locator-no-proxies "3.0.0-RC1"]