| Категории |
КатегорииGlassFish Контейнер Application Servers HK2 Библиотеки уровня приложения Dependency Injection |
|---|---|
| Группа | Группаorg.glassfish.hk2 |
| Идентификатор | Идентификаторhk2-locator-no-proxies2 |
| Версия | Версия3.0.0-M2 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.glassfish.hk2/hk2-locator-no-proxies2/ -->
<dependency>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-locator-no-proxies2</artifactId>
<version>3.0.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.hk2/hk2-locator-no-proxies2/
implementation 'org.glassfish.hk2:hk2-locator-no-proxies2:3.0.0-M2'
// https://jarcasting.com/artifacts/org.glassfish.hk2/hk2-locator-no-proxies2/
implementation ("org.glassfish.hk2:hk2-locator-no-proxies2:3.0.0-M2")
'org.glassfish.hk2:hk2-locator-no-proxies2:jar:3.0.0-M2'
<dependency org="org.glassfish.hk2" name="hk2-locator-no-proxies2" rev="3.0.0-M2">
<artifact name="hk2-locator-no-proxies2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.hk2', module='hk2-locator-no-proxies2', version='3.0.0-M2')
)
libraryDependencies += "org.glassfish.hk2" % "hk2-locator-no-proxies2" % "3.0.0-M2"
[org.glassfish.hk2/hk2-locator-no-proxies2 "3.0.0-M2"]